Compare commits

...

1 Commits

Author SHA1 Message Date
snyk-bot
2c30d83651 fix: build/linux/alpine.Dockerfile to reduce vulnerabilities
Some checks are pending
Test / test-client (push) Waiting to run
Test / test-server (push) Waiting to run
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
2023-08-09 02:37:20 +00:00

View File

@@ -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." \