From 7fd56bc69506862c2c4ab2bf3f19be87d0ea4caf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Sep 2024 06:38:05 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE314-EXPAT-2342148 - https://snyk.io/vuln/SNYK-ALPINE314-EXPAT-2342152 - https://snyk.io/vuln/SNYK-ALPINE314-EXPAT-2342154 - https://snyk.io/vuln/SNYK-ALPINE314-EXPAT-2393734 - https://snyk.io/vuln/SNYK-ALPINE314-EXPAT-2407755 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c8859d6..1a76c36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # This image is also available on Dockerhub: # https://hub.docker.com/r/wemakeservices/docker-image-size-limit -FROM python:3.9.6-alpine +FROM python:3.13.0rc2-alpine LABEL maintainer="sobolevn@wemake.services" LABEL vendor="wemake.services"