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 committed Sep 10, 2024
1 parent a295f01 commit f0ae104
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 @@ -11,7 +11,7 @@ RUN apk update && apk upgrade && \
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 f0ae104

Please sign in to comment.