From 88de8c2e019b25b282b4492a8c7520ccb33606a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Dec 2024 06:15:21 +0000 Subject: [PATCH] fix: ds-alpine/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE313-APKTOOLS-1533754 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-1569448 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-1569448 - https://snyk.io/vuln/SNYK-ALPINE313-ZLIB-2976175 - https://snyk.io/vuln/SNYK-ALPINE313-BUSYBOX-1089800 --- ds-alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ds-alpine/Dockerfile b/ds-alpine/Dockerfile index a6761e71e..9530666f2 100644 --- a/ds-alpine/Dockerfile +++ b/ds-alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.13.1 +FROM alpine:3.21.0 MAINTAINER Daniel Schulz LABEL SUSTAINABLE_CULTURE="https://sloanreview.mit.edu/culture500/" \