Skip to content

Commit

Permalink
chore(deps): bump nginx from 1.19.1 to 1.19.2 (#46)
Browse files Browse the repository at this point in the history
Bumps nginx from 1.19.1 to 1.19.2.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 14, 2020
1 parent 9b0dcc7 commit 9b28a73
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.1 AS base
FROM nginx:1.19.2 AS base

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

0 comments on commit 9b28a73

Please sign in to comment.