Skip to content

Commit d656392

Browse files
committed
Upgrade go for lambda, remove arch
1 parent c1a2418 commit d656392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.lambda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Fetch or build all required binaries
2-
FROM --platform=linux/amd64 golang:1.20 as builder
2+
FROM golang:1.21 as builder
33

44
ARG VERSION_REF
55
RUN test -n "${VERSION_REF}"

0 commit comments

Comments
 (0)