Skip to content

Commit

Permalink
chore(deps): bump nginx from 1.17.9 to 1.17.10 (#22)
Browse files Browse the repository at this point in the history
Bumps nginx from 1.17.9 to 1.17.10.

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Apr 20, 2020
1 parent e1c4aa9 commit 1553022
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.17.9 AS base
FROM nginx:1.17.10 AS base

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

0 comments on commit 1553022

Please sign in to comment.