We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5777f commit 6346771Copy full SHA for 6346771
Dockerfile.rocker
@@ -1,7 +1,7 @@
1
ARG BASE_IMAGE_TAG
2
3
# Stage to fetch and install custom certs and system certs on Debian
4
-FROM public.ecr.aws/debian AS certificates
+FROM public.ecr.aws/docker/library/debian:bookworm AS certificates
5
6
# Install necessary packages (curl and ca-certificates)
7
RUN apt update && apt install -y curl
0 commit comments