diff --git a/Dockerfile b/Dockerfile index e7d30a3..6db2960 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/nginx:1.26.0-alpine +FROM docker.io/nginx:1.27.0-alpine EXPOSE 8080 # The following lines make this image compatible with OpenShift.