Skip to content

Commit

Permalink
Merge pull request #59 from ironpeakservices/dependabot/docker/nginx-…
Browse files Browse the repository at this point in the history
…1.19.4

chore(deps): bump nginx from 1.19.3 to 1.19.4
  • Loading branch information
hazcod authored Nov 6, 2020
2 parents 6510f9c + 83c324d commit 795c6cd
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.3 AS base
FROM nginx:1.19.4 AS base

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

0 comments on commit 795c6cd

Please sign in to comment.