Skip to content

Commit

Permalink
Merge pull request #19 from ironPeakServices/dependabot/docker/nginx-…
Browse files Browse the repository at this point in the history
…1.17.9

chore(deps): bump nginx from 1.17.8 to 1.17.9
  • Loading branch information
hazcod authored Mar 5, 2020
2 parents 2297cc9 + 3f36db8 commit a214b9b
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.8 AS base
FROM nginx:1.17.9 AS base

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

0 comments on commit a214b9b

Please sign in to comment.