Skip to content

Commit

Permalink
Change tag
Browse files Browse the repository at this point in the history
  • Loading branch information
akondur committed Oct 28, 2024
1 parent 36ac76c commit 34379dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.graviton
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -a -o manager m

# Use distroless as minimal base image to package the manager binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM --platform=${BUILDPLATFORM:-linux/amd64} public.ecr.aws/amazonlinux/amazonlinux:2023.0.20211014
FROM --platform=${BUILDPLATFORM:-linux/amd64} amazonlinux:2023.6.20241010.0

ENV OPERATOR=/manager \
USER_UID=1001 \
Expand Down

0 comments on commit 34379dc

Please sign in to comment.