Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #71 from qor5/upgrade-go-to-1.21.3
Browse files Browse the repository at this point in the history
upgrade-go-to-1.21.3
  • Loading branch information
iBakuman authored Oct 13, 2023
2 parents 2f1b295 + 2e7fb32 commit dd44240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.1-alpine as builder
FROM golang:1.21.3-alpine as builder
RUN apk update && apk add git gcc libc-dev sqlite sqlite-dev && rm -rf /var/cache/apk/*
ARG GITHUB_TOKEN
WORKDIR /go/src/github.com/qor5/docs
Expand Down

0 comments on commit dd44240

Please sign in to comment.