Skip to content

Commit 634d58a

Browse files
chore(deps): lock file maintenance infrastructure updates (#558)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 412dfe9 commit 634d58a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.25
1+
FROM ghcr.io/bcgov/nr-containers/mongo:7.0.28
22

33
# Boilerplate to keep scanners happy (covered in FROM image)
44
HEALTHCHECK CMD ["mongosh", "--eval", "db.adminCommand('ping')"]

docker-compose.yml

Lines changed: 1 addition & 1 deletion
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.25
11+
image: ghcr.io/bcgov/nr-containers/mongo:7.0.28
1212
ports: ["27017:27017"]
1313
restart: unless-stopped
1414

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN npm ci --ignore-scripts && \
66
npm run build
77

88
# Caddy
9-
FROM caddy:2.10-alpine
9+
FROM caddy:2.11-alpine
1010

1111
# Copy static files and config
1212
COPY --from=build /app/dist /app/dist

0 commit comments

Comments
 (0)