Skip to content

Commit

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

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 Jun 2, 2020
1 parent a5aeeb1 commit d5ecebb
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.10 AS base
FROM nginx:1.19.0 AS base

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

0 comments on commit d5ecebb

Please sign in to comment.