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

Commit

Permalink
upgrade-go-to-1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iBakuman committed Oct 13, 2023
1 parent 2f1b295 commit 2e7fb32
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 2e7fb32

Please sign in to comment.