Skip to content

Commit 59eb963

Browse files
committed
upgrade amazonlinux and other dependencies to fix CVEs
1 parent 3824636 commit 59eb963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG AL_PROVIDED_VERSION=al2023.2024.06.14.16
1+
ARG AL_PROVIDED_VERSION=al2023.2024.06.19.11
22
ARG ARCH=x86_64
33
FROM public.ecr.aws/lambda/provided:${AL_PROVIDED_VERSION}-${ARCH} as base
44
RUN dnf -y update && \

0 commit comments

Comments
 (0)