Skip to content

Commit

Permalink
patch[f9b7fb0]: Update docker image to use Go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
alwitt committed May 9, 2024
1 parent 7960a7f commit 263c1bb
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,5 +1,5 @@
# build environment
FROM golang:1.20-alpine as build
FROM golang:1.22-alpine as build
RUN apk add --update gcc musl-dev && \
mkdir -vp /app
COPY ./go.mod /app/go.mod
Expand Down

0 comments on commit 263c1bb

Please sign in to comment.