Skip to content

Commit 0ad0d21

Browse files
authored
Merge pull request #187 from andressantiago/upgrade-docker-nginx-image
Upgrade docker-nginx from 9.0 to 10.0.0
2 parents 6127fa7 + d5ac98b commit 0ad0d21

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile-7.4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM behance/docker-nginx:9.0 as output
1+
FROM behance/docker-nginx:10.0.0 as output
22
LABEL maintainers="Behance Team <dev-behance@adobe.com>"
33

44
# Set TERM to suppress warning messages.

Dockerfile-7.4-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM behance/docker-nginx:9.0-alpine as output
1+
FROM behance/docker-nginx:10.0.0-alpine as output
22
LABEL maintainers="Behance Team <dev-behance@adobe.com>"
33

44
# Set TERM to suppress warning messages.

Dockerfile-8.0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM behance/docker-nginx:9.0 as output
1+
FROM behance/docker-nginx:10.0.0 as output
22
LABEL maintainers="Behance Team <dev-behance@adobe.com>"
33

44
# Set TERM to suppress warning messages.

0 commit comments

Comments
 (0)