File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM ghcr.io/bcgov/nr-containers/mongo:7.0.28
1+ FROM ghcr.io/bcgov/nr-containers/mongo:7.0.30
22
33# Boilerplate to keep scanners happy (covered in FROM image)
44HEALTHCHECK CMD ["mongosh" , "--eval" , "db.adminCommand('ping')" ]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
88 MONGO_INITDB_ROOT_PASSWORD : DPEPGHbjUluRjetU
99 MONGODB_DATABASE : pubcode
1010
11- image : ghcr.io/bcgov/nr-containers/mongo:7.0.28
11+ image : ghcr.io/bcgov/nr-containers/mongo:7.0.30
1212 ports : ["27017:27017"]
1313 restart : unless-stopped
1414
@@ -47,7 +47,7 @@ services:
4747
4848 # Run npm run build-watch in local before this.
4949 frontend :
50- image : caddy:2.10.2 -alpine
50+ image : caddy:2.11.1 -alpine
5151 working_dir : /app
5252 volumes :
5353 - ./frontend/Caddyfile:/etc/caddy/Caddyfile
You can’t perform that action at this time.
0 commit comments