From 991e9246e80bdfbbae9a4ce717a5a512dd9453b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Jul 2024 04:37:27 +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-2953337 --- ds-alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ds-alpine/Dockerfile b/ds-alpine/Dockerfile index a6761e71e..ec552a8bb 100644 --- a/ds-alpine/Dockerfile +++ b/ds-alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.13.1 +FROM alpine:3 MAINTAINER Daniel Schulz LABEL SUSTAINABLE_CULTURE="https://sloanreview.mit.edu/culture500/" \