Skip to content

Commit

Permalink
Merge pull request #187 from andressantiago/upgrade-docker-nginx-image
Browse files Browse the repository at this point in the history
Upgrade docker-nginx from 9.0 to 10.0.0
  • Loading branch information
adobejmong committed Jun 6, 2022
2 parents 6127fa7 + d5ac98b commit 0ad0d21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-7.4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM behance/docker-nginx:9.0 as output
FROM behance/docker-nginx:10.0.0 as output
LABEL maintainers="Behance Team <dev-behance@adobe.com>"

# Set TERM to suppress warning messages.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-7.4-alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM behance/docker-nginx:9.0-alpine as output
FROM behance/docker-nginx:10.0.0-alpine as output
LABEL maintainers="Behance Team <dev-behance@adobe.com>"

# Set TERM to suppress warning messages.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-8.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM behance/docker-nginx:9.0 as output
FROM behance/docker-nginx:10.0.0 as output
LABEL maintainers="Behance Team <dev-behance@adobe.com>"

# Set TERM to suppress warning messages.
Expand Down

0 comments on commit 0ad0d21

Please sign in to comment.