From 5d2e45a842ca856c06de5c6dc2edd05269d7c2f8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Jan 2024 14:08:19 +0000 Subject: [PATCH 1/2] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GNUTLS28-6159417 - https://snyk.io/vuln/SNYK-DEBIAN11-GNUTLS28-6159419 - https://snyk.io/vuln/SNYK-DEBIAN11-PERL-6085272 - https://snyk.io/vuln/SNYK-DEBIAN11-SHADOW-526940 - https://snyk.io/vuln/SNYK-DEBIAN11-ZLIB-6008961 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 147c7d0..bbb8613 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim-bullseye as build +FROM python:3.13.0a2-slim as build WORKDIR /wheels COPY requirements.txt /opt/sherlock/ @@ -6,7 +6,7 @@ RUN apt-get update \ && apt-get install -y build-essential \ && pip3 wheel -r /opt/sherlock/requirements.txt -FROM python:3.11-slim-bullseye +FROM python:3.13.0a2-slim WORKDIR /opt/sherlock ARG VCS_REF From 97dd1969ff9c075c61c5020bc54befa30d903cc6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Feb 2024 15:47:01 +0000 Subject: [PATCH 2/2] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210088 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-6159410 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-6159418 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bbb8613..46f24f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.0a2-slim as build +FROM python:3.13.0a3-slim as build WORKDIR /wheels COPY requirements.txt /opt/sherlock/ @@ -6,7 +6,7 @@ RUN apt-get update \ && apt-get install -y build-essential \ && pip3 wheel -r /opt/sherlock/requirements.txt -FROM python:3.13.0a2-slim +FROM python:3.13.0a3-slim WORKDIR /opt/sherlock ARG VCS_REF