Skip to content

Commit

Permalink
chore(lambda-go-alpha): update docker base image
Browse files Browse the repository at this point in the history
  • Loading branch information
5d committed Oct 15, 2024
1 parent af87df0 commit 07bd866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-lambda-go-alpha/lib/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The correct AWS SAM build image based on the runtime of the function will be
# passed as build arg. The default allows to do `docker build .` when testing.
ARG IMAGE=public.ecr.aws/sam/build-go1.x
ARG IMAGE=public.ecr.aws/sam/build-provided.al2023
FROM $IMAGE

# set the GOCACHE
Expand Down

0 comments on commit 07bd866

Please sign in to comment.