Skip to content

Commit c874533

Browse files
chore(deps): update infrastructure updates (#568)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1088194 commit c874533

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

database/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
44
HEALTHCHECK CMD ["mongosh", "--eval", "db.adminCommand('ping')"]

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)