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 #65 from qor5/upgrade-go-to-1.21.0
Browse files Browse the repository at this point in the history
upgrade go to 1.21.0
  • Loading branch information
xuxinx authored Aug 14, 2023
2 parents bdc91d0 + c4cc2ea commit c489aa0
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.20.5-alpine as builder
FROM golang:1.21.0-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 c489aa0

Please sign in to comment.