We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3824636 commit 59eb963Copy full SHA for 59eb963
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG AL_PROVIDED_VERSION=al2023.2024.06.14.16
+ARG AL_PROVIDED_VERSION=al2023.2024.06.19.11
2
ARG ARCH=x86_64
3
FROM public.ecr.aws/lambda/provided:${AL_PROVIDED_VERSION}-${ARCH} as base
4
RUN dnf -y update && \
0 commit comments