From 935a837ade90f319f775ab8e04b5bb120bec0bcb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Jan 2025 04:37:13 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908292 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908293 - https://snyk.io/vuln/SNYK-ALPINE318-KRB5-8366395 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386 - https://snyk.io/vuln/SNYK-ALPINE318-SQLITE-6179217 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 799f476..609690e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /usr/src/alde COPY . . RUN . /opt/venv/bin/activate; pip install pybuilder==0.12.9; pyb -o -FROM python:3.7-alpine +FROM python:3.14.0a3-alpine WORKDIR /opt/alde RUN apk add -qU openssh-client COPY --from=compile /usr/src/alde/target/dist/alde-1.0.dev0/ .