From f36ccf35055c380f44405fe1b1646b006033e1ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Apr 2025 08:09:01 +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-BINUTILS-9380625 - https://snyk.io/vuln/SNYK-ALPINE319-CURL-7567383 - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-9459844 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6c7dce1..2479634 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM openresty/openresty:1.21.4.3-3-alpine-fat +FROM openresty/openresty:1.25.3.2-3-alpine-fat # Verify curl version (optional) RUN curl --version