Skip to content

Commit 78a37a2

Browse files
committed
bump golang to 1.20.6
1 parent e22788f commit 78a37a2

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
@@ -2,7 +2,7 @@ FROM --platform=${BUILDPLATFORM:-linux/amd64} alpine:3.18.2 as certs
22

33
RUN apk --update add ca-certificates
44

5-
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.20.4 as builder
5+
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.20.6 as builder
66

77
ARG TARGETPLATFORM
88
ARG BUILDPLATFORM

0 commit comments

Comments
 (0)