From 5030af02c0b505b005badc5752c1c4c483b84d3f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Sep 2024 06:33:45 +0000 Subject: [PATCH] fix: Dockerfile.mac_chip to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-EXPAT-7908298 - https://snyk.io/vuln/SNYK-ALPINE320-EXPAT-7908299 - https://snyk.io/vuln/SNYK-ALPINE320-EXPAT-7908300 - https://snyk.io/vuln/SNYK-ALPINE320-BUSYBOX-7233533 - https://snyk.io/vuln/SNYK-ALPINE320-BUSYBOX-7233586 --- Dockerfile.mac_chip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.mac_chip b/Dockerfile.mac_chip index 6723a39..313a7ee 100644 --- a/Dockerfile.mac_chip +++ b/Dockerfile.mac_chip @@ -1,6 +1,6 @@ # Use this Dockerfile if you are using a Mac with an Apple chip -FROM python:3.12.3-alpine +FROM python:3.13.0rc1-alpine WORKDIR /usr/app