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 #64 from qor5/upgrade-go-to-1.20.5
Browse files Browse the repository at this point in the history
upgrade go to 1.20.5
  • Loading branch information
xuxinx authored Jun 12, 2023
2 parents ebfdf2e + 6b31736 commit bdc91d0
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.4-alpine as builder
FROM golang:1.20.5-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 bdc91d0

Please sign in to comment.