From 5d2e45a842ca856c06de5c6dc2edd05269d7c2f8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Jan 2024 14:08:19 +0000 Subject: [PATCH 1/3] 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 147c7d017..bbb8613b2 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/3] 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 bbb8613b2..46f24f0d4 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 From 6672e7b1f16eaaaea88912bb59fecc712b2e5491 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 May 2024 17:32:57 +0000 Subject: [PATCH 3/3] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6617103 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6673964 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6673969 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6673972 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 46f24f0d4..4bbdd871c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.0a3-slim as build +FROM python:3.13.0b1-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.0a3-slim +FROM python:3.13.0b1-slim WORKDIR /opt/sherlock ARG VCS_REF