Skip to content

Commit 6035829

Browse files
authored
Merge pull request #55 from ironpeakservices/dependabot/docker/nginx-1.19.3
chore(deps): bump nginx from 1.19.2 to 1.19.3
2 parents e456d38 + dd7142a commit 6035829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN CGO_ENABLED=0 go build -ldflags '-w -s -extldflags "-static"' -o /healthchec
88
#
99

1010
# image used to copy our official nginx binaries
11-
FROM nginx:1.19.2 AS base
11+
FROM nginx:1.19.3 AS base
1212

1313
# create empty index page
1414
RUN echo 'Hello world' > /index.html

0 commit comments

Comments
 (0)