Skip to content

Commit 16169a0

Browse files
committed
Use nginx latest version
1 parent 8c590fc commit 16169a0

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.14.1
1+
FROM nginx:1.17.2
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.14.1-alpine
1+
FROM nginx:1.17.2-alpine
22
LABEL maintainer="Jason Wilder [email protected]"
33

44
# Install wget and install/updates certificates

0 commit comments

Comments
 (0)