Skip to content

Commit

Permalink
chore(deps): bump nginx from 1.19.4 to 1.19.5
Browse files Browse the repository at this point in the history
Bumps nginx from 1.19.4 to 1.19.5.

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2020
1 parent 1861e59 commit b3e1cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.19.4 AS base
FROM nginx:1.19.5 AS base

# create empty index page
RUN echo 'Hello world' > /index.html
Expand Down

0 comments on commit b3e1cd6

Please sign in to comment.