From 2c30d836510a8557191fade3f768d62baeed8cb0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Aug 2023 02:37:20 +0000 Subject: [PATCH] fix: build/linux/alpine.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5776808 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5776808 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5788370 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5788370 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5821142 --- build/linux/alpine.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/linux/alpine.Dockerfile b/build/linux/alpine.Dockerfile index 69dd53b20..b417c6515 100644 --- a/build/linux/alpine.Dockerfile +++ b/build/linux/alpine.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest as production +FROM alpine:3.18.3 as production LABEL org.opencontainers.image.title="Portainer" \ org.opencontainers.image.description="Docker container management made simple, with the world’s most popular GUI-based container management platform." \