Skip to content

Commit e54c326

Browse files
committed
fix: build/linux/alpine.Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537
1 parent 560a1a0 commit e54c326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/linux/alpine.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:latest as production
1+
FROM alpine:3.20.3 as production
22

33
LABEL org.opencontainers.image.title="Portainer" \
44
org.opencontainers.image.description="Docker container management made simple, with the world’s most popular GUI-based container management platform." \

0 commit comments

Comments
 (0)