Skip to content

Commit

Permalink
deps: update nginx
Browse files Browse the repository at this point in the history
Signed-off-by: drptbl <jakub.mucha@icloud.com>
  • Loading branch information
drptbl committed Apr 20, 2024
1 parent 8f283d0 commit ce95f36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:

proxy:
container_name: proxy
image: synthetixio/nginx-debug:41158a4bf17aca53222e6b101633ddfa5af7724c-base
image: synthetixio/nginx-debug:d294126f4b4f41d99538217ce68f2e8e9bfcc6fd-base
restart: unless-stopped
volumes:
- ./nginx/templates:/etc/nginx/templates
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:

proxy:
container_name: proxy
image: synthetixio/nginx:41158a4bf17aca53222e6b101633ddfa5af7724c-base
image: synthetixio/nginx:d294126f4b4f41d99538217ce68f2e8e9bfcc6fd-base
restart: unless-stopped
volumes:
- ./nginx/templates:/etc/nginx/templates
Expand Down

0 comments on commit ce95f36

Please sign in to comment.