Skip to content

Commit

Permalink
also update test file
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain committed Sep 23, 2024
1 parent 40f51f5 commit 54aad25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lambda/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
ARG buildImage=public.ecr.aws/docker/library/golang:1
FROM ${buildImage} as build
FROM ${buildImage} AS build

USER root

Expand Down
4 changes: 2 additions & 2 deletions test/lambda/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
ARG buildImage=golang:1
FROM ${buildImage} as build
ARG buildImage=public.ecr.aws/docker/library/golang:1
FROM ${buildImage} AS build

USER root

Expand Down

0 comments on commit 54aad25

Please sign in to comment.