Skip to content

Commit

Permalink
upgrade docker-nginx, has fix from docker-base
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Santiago committed Jun 6, 2022
1 parent 6127fa7 commit d5ac98b
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 <[email protected]>"

# 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 <[email protected]>"

# 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 <[email protected]>"

# Set TERM to suppress warning messages.
Expand Down

0 comments on commit d5ac98b

Please sign in to comment.