Skip to content

Commit

Permalink
chore(deps): LambdaPromtail - Bump to AmazonLinux 2023 (#13938)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul1r committed Sep 10, 2024
1 parent 9f76ddd commit 22486c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/lambda-promtail/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN ls -al
RUN go mod download
RUN go build -o /main -tags lambda.norpc -ldflags="-s -w" lambda-promtail/*.go
# copy artifacts to a clean image
FROM public.ecr.aws/lambda/provided:al2
RUN yum -y update openssl-libs ca-certificates
FROM public.ecr.aws/lambda/provided:al2023
RUN dnf -y upgrade openssl-libs ca-certificates
COPY --from=build-image /main /main
ENTRYPOINT [ "/main" ]

0 comments on commit 22486c3

Please sign in to comment.