Skip to content

Commit 19cb242

Browse files
authored
Merge pull request #1219 from traPtitech/docker/docker/test/golang-1.22.2-alpine
Bump golang from 1.20.7-alpine to 1.22.2-alpine in /docker/test
2 parents 50f759a + cf48bb0 commit 19cb242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/test/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20.7-alpine as builder
1+
FROM golang:1.22.2-alpine as builder
22
RUN apk add --update --no-cache ca-certificates git \
33
&& apk add --no-cache gcc libc-dev \
44
&& apk add --no-cache openssl

0 commit comments

Comments
 (0)