Skip to content

Commit 6fb45c3

Browse files
committed
switch to golang 1.22
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent 0de7bfb commit 6fb45c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#############################################
22
# Build
33
#############################################
4-
FROM --platform=$BUILDPLATFORM golang:1.21-alpine as build
4+
FROM --platform=$BUILDPLATFORM golang:1.22-alpine as build
55

66
RUN apk upgrade --no-cache --force
77
RUN apk add --update build-base make git

0 commit comments

Comments
 (0)