Skip to content

Commit

Permalink
Merge pull request #1219 from traPtitech/docker/docker/test/golang-1.…
Browse files Browse the repository at this point in the history
…22.2-alpine

Bump golang from 1.20.7-alpine to 1.22.2-alpine in /docker/test
  • Loading branch information
kaitoyama committed Apr 27, 2024
2 parents 50f759a + cf48bb0 commit 19cb242
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 19cb242

Please sign in to comment.