From 71dd78484c23341a09186099961fdfa313e48561 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 Jul 2024 17:50:06 +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..80f29ee06a 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.3 MAINTAINER Roman Safronov COPY authsvc / EXPOSE 8080