From b500d2b43ae194827f5b851e7159dd7f14ce031d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Sep 2024 22:06:31 +0000 Subject: [PATCH] fix: docs/examples/customization/external-auth-headers/authsvc/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE310-APKTOOLS-1534688 --- .../customization/external-auth-headers/authsvc/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/customization/external-auth-headers/authsvc/Dockerfile b/docs/examples/customization/external-auth-headers/authsvc/Dockerfile index 90e6ec2cb8..c02883cc5a 100644 --- a/docs/examples/customization/external-auth-headers/authsvc/Dockerfile +++ b/docs/examples/customization/external-auth-headers/authsvc/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.10 +FROM alpine:3.19.4 MAINTAINER Roman Safronov COPY authsvc / EXPOSE 8080