fix: update nginx base image to version 1.27.4
Updates the Dockerfile to use the amd64/nginx:1.27.4 image for improved stability and security. This change aligns with the latest version and ensures all dependencies are up to date.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM nginx@sha256:9d6b58feebd2dbd3c56ab5853333d627cc6e281011cfd6050fa4bcf2072c9496
|
||||
FROM amd64/nginx:1.27.4@sha256:07233a837141bd8a61e596e11aaf52d2f168ff6648773f0257ba1e8ea0172683
|
||||
MAINTAINER Joakim Olsson <joakim@unbound.se>
|
||||
|
||||
ADD files/*.html files/*.jpg files/*.mp3 /usr/share/nginx/html/
|
||||
|
||||
Reference in New Issue
Block a user