Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Fixing CVE-2024-37371 #114

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions 14/debian11/14.11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM marketplace.gcr.io/google/c2d-debian11 as ospo
FROM gcr.io/cloud-marketplace/google/c2d-debian11:11.5 as ospo

# Download Licenses
COPY components.csv /components.csv
Expand All @@ -10,7 +10,7 @@ RUN apt update && apt -y install ca-certificates \
RUN mkdir -p /usr/src/licenses \
&& /download-licenses.sh /components.csv /usr/src/licenses

FROM marketplace.gcr.io/google/c2d-debian11
FROM marketplace.gcr.io/google/c2d-debian11:11.5

COPY --from=ospo /usr/src /usr/src

Expand Down Expand Up @@ -128,6 +128,7 @@ RUN apt-get update && \
libc-bin \
libc-l10n \
libc6 \
libkrb5-3 \
liblzma5 \
libpcre2-8-0 \
libssl1.1 \
Expand Down