diff --git a/Dockerfile b/Dockerfile index 671ea63..76312bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/nginx:1.27.1-alpine +FROM docker.io/nginx:1.27.2-alpine EXPOSE 8080 # The following lines make this image compatible with OpenShift.