From 04712162b7ed7a508d14c23527c948fd010d5cfb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Mar 2025 08:01:23 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-7908400 - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-7908409 - https://snyk.io/vuln/SNYK-ALPINE319-CURL-7567383 - https://snyk.io/vuln/SNYK-ALPINE319-DAV1D-6281048 - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-6241038 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6c7dce1..67b3cec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM openresty/openresty:1.21.4.3-3-alpine-fat +FROM openresty/openresty:1.27.1.1-3-alpine-fat # Verify curl version (optional) RUN curl --version