Skip to content

Commit

Permalink
upgrade golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitoyama authored Apr 27, 2024
1 parent 50f759a commit cf48bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.7-alpine as builder
FROM golang:1.22.2-alpine as builder
RUN apk add --update --no-cache ca-certificates git \
&& apk add --no-cache gcc libc-dev \
&& apk add --no-cache openssl
Expand Down

0 comments on commit cf48bb0

Please sign in to comment.