fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.20 as build
|
FROM alpine:3.21.0 as build
|
||||||
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
||||||
LABEL org.opencontainers.image.source="https://github.com/luketainton/docker-radius"
|
LABEL org.opencontainers.image.source="https://github.com/luketainton/docker-radius"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user