File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ FROM python:${PYTHON_VERSION}-slim
1010RUN apt-get update && \
1111 apt-get upgrade -y && \
1212 apt-get install -y --no-install-recommends \
13- ca-certificates && \
13+ ca-certificates=20250419 && \
1414 apt-get clean && \
1515 rm -rf /var/lib/apt/lists/*
1616
@@ -21,7 +21,7 @@ ARG PACKAGE_NAME_SHORT=orb
2121RUN apt-get update && \
2222 apt-get upgrade -y && \
2323 apt-get install -y --no-install-recommends \
24- ca-certificates && \
24+ ca-certificates=20250419 && \
2525 apt-get clean && \
2626 rm -rf /var/lib/apt/lists/* && \
2727 # Security: Upgrade setuptools to latest version
@@ -50,7 +50,7 @@ ENV BUILD_DATE="${BUILD_DATE}" \
5050
5151# Install runtime dependencies and create user in single layer
5252RUN apt-get update && apt-get install -y --no-install-recommends \
53- ca-certificates \
53+ ca-certificates=20250419 \
5454 && rm -rf /var/lib/apt/lists/* \
5555 && apt-get clean \
5656 && groupadd -r "${PACKAGE_NAME_SHORT:-orb}" \
You can’t perform that action at this time.
0 commit comments