diff --git a/Dockerfile b/Dockerfile index ae31d86..789323a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN CGO_ENABLED=0 GO111MODULE=auto go build -trimpath -ldflags '-w -s -extldflag # # image used to copy our official nginx binaries -FROM nginx:1.25.4 AS base +FROM nginx:1.26.0 AS base # create empty index page RUN echo 'Hello world' > /index.html