diff --git a/Dockerfile b/Dockerfile index c3f0c79..4e4ee6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN CGO_ENABLED=0 go build -ldflags '-w -s -extldflags "-static"' -o /healthchec # # image used to copy our official nginx binaries -FROM nginx:1.17.9 AS base +FROM nginx:1.17.10 AS base # create empty index page RUN echo 'Hello world' > /index.html