Skip to content

Commit

Permalink
chore(deps): lamba-promtail, move back to al2, update krb5-libs (#13939)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul1r authored Aug 20, 2024
1 parent 1527ead commit 07f9169
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:al2023
RUN dnf -y upgrade openssl-libs ca-certificates
FROM public.ecr.aws/lambda/provided:al2
RUN yum -y update openssl-libs ca-certificates krb5-libs
COPY --from=build-image /main /main
ENTRYPOINT [ "/main" ]

0 comments on commit 07f9169

Please sign in to comment.