From 0bf19c75bda51ed6f3e0ff778e6be8c9c37e235a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Dec 2024 01:46:13 +0000 Subject: [PATCH] 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 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 621e8a6..04d5d65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20 as build +FROM alpine:3.21.0 as build LABEL maintainer="Luke Tainton " LABEL org.opencontainers.image.source="https://github.com/luketainton/docker-radius" -- 2.49.1