Skip to content

Commit

Permalink
Merge pull request #82 from ironpeakservices/dependabot/docker/nginx-…
Browse files Browse the repository at this point in the history
…1.19.10
  • Loading branch information
hazcod authored Apr 14, 2021
2 parents 33df649 + ca59a1a commit 9cb37cd
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 GO111MODULE=auto go build -trimpath -ldflags '-w -s -extldflag
#

# image used to copy our official nginx binaries
FROM nginx:1.19.9 AS base
FROM nginx:1.19.10 AS base

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

0 comments on commit 9cb37cd

Please sign in to comment.