From 3e7520284894ece79c0b6c676674b9352db1e10a Mon Sep 17 00:00:00 2001 From: Doyle Rowland Date: Sat, 28 Sep 2024 13:17:29 -0400 Subject: [PATCH] [Snyk] Security upgrade python from 3.13.0b4-slim to 3.13.0rc2-slim (#21) fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855502 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855503 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855507 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-6592092 Co-authored-by: snyk-bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index efdbbf1..01b4fb2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Container image that runs your code -FROM python:3.13.0b4-slim +FROM python:3.13.0rc2-slim # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh