Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
chore: update prod-sample servers
Browse files Browse the repository at this point in the history
  • Loading branch information
10xLaCroixDrinker committed Mar 16, 2024
1 parent e94cc27 commit 0ac58c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion prod-sample/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
},
"dependencies": {
"connect-pause": "^0.1.0",
"json-server": "^0.15.1"
"json-server": "^0.17.4"
}
}
4 changes: 2 additions & 2 deletions prod-sample/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ services:
aliases:
- extra-slow.api.frank
nginx:
image: 'nginx:1.17.5-alpine'
image: 'nginx:1.25.4-alpine'
volumes:
- './nginx/default.conf:/etc/nginx/conf.d/default.conf'
- './nginx/nginx-cert.pem:/etc/ssl/nginx-cert.pem'
Expand All @@ -94,7 +94,7 @@ services:
- sample-cdn.frank
selenium-chrome:
# specify docker image sha to ensure consistency
image: seleniarm/standalone-chromium:120.0
image: seleniarm/standalone-chromium:121.0
# https://github.com/SeleniumHQ/docker-selenium#running-the-images
volumes:
- /dev/shm:/dev/shm
Expand Down

0 comments on commit 0ac58c5

Please sign in to comment.