docker: Update nginx base image to version 1.29.7-alpine

v2
cruizba 2026-03-25 12:03:52 +01:00
parent 75fb58430e
commit 2ac5b1b12e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM nginx:1.29.3-alpine
FROM nginx:1.29.7-alpine
# Install required software
RUN apk update && \