Skip to content

Commit b886c0b

Browse files
authored
Merge pull request nginx-proxy#1318 from came88/nginx
Upgrade nginx to 1.17.3
2 parents eb36136 + a4cc268 commit b886c0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.17.2
1+
FROM nginx:1.17.3
22
LABEL maintainer="Jason Wilder [email protected]"
33

44
# Install wget and install/updates certificates

Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.17.2-alpine
1+
FROM nginx:1.17.3-alpine
22
LABEL maintainer="Jason Wilder [email protected]"
33

44
# Install wget and install/updates certificates

0 commit comments

Comments
 (0)