From 253052f1d00f9354943d7173cd46843573c1d050 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 22:03:26 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.31 --- nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index bf7fda5..3f0c9cd 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -13,7 +13,7 @@ COPY internal/ ./internal/ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -trimpath -ldflags="-s -w" -o /out/routesgen ./cmd/routesgen -FROM nginx:1.30-alpine +FROM nginx:1.31-alpine COPY nginx.conf /etc/nginx/nginx.conf COPY includes/ /etc/nginx/includes/