Skip to content

Commit ea6a31f

Browse files
chore(deps): pin dependencies (#450)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b438882 commit ea6a31f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY *.json ./
44
RUN npm ci --omit=dev --ignore-scripts
55

66
# Deployment container
7-
FROM gcr.io/distroless/nodejs22:nonroot
7+
FROM gcr.io/distroless/nodejs22:nonroot@sha256:7461370c8473cfcbf5def249423d5e8301b0e6b98cb256b3c8707f0201c2ea4a
88
ENV NODE_ENV production
99

1010
# Copy over app

charts/pubcode/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ database:
197197
- name: database-init
198198
registry: 'ghcr.io' # example, it includes registry
199199
repository: 'bcgov/nr-containers' # example, it includes repository
200-
image: mongo # the exact component name, be it backend, api-1 etc...
200+
image: mongo@sha256:2e018e386e891d2e4239aca6035fb7701dac51b72891247ecd2f95ff8a167859 # the exact component name, be it backend, api-1 etc...
201201
tag: 7.0.2 # the tag of the image, it can be latest, 1.0.0 etc..., or the sha256 hash
202202
command:
203203
- "sh"
@@ -214,7 +214,7 @@ database:
214214
- name: database
215215
registry: 'ghcr.io' # example, it includes registry
216216
repository: 'bcgov/nr-containers' # example, it includes repository
217-
image: mongo # the exact component name, be it backend, api-1 etc...
217+
image: mongo@sha256:2e018e386e891d2e4239aca6035fb7701dac51b72891247ecd2f95ff8a167859 # the exact component name, be it backend, api-1 etc...
218218
tag: 7.0.2 # the tag of the image, it can be latest, 1.0.0 etc..., or the sha256 hash
219219
envFrom:
220220
secretRef:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
restart: unless-stopped
1414

1515
mongo-express: # The admin UI container for mongoDB
16-
image: mongo-express
16+
image: mongo-express@sha256:1b23d7976f0210dbec74045c209e52fbb26d29b2e873d6c6fa3d3f0ae32c2a64
1717
restart: unless-stopped
1818
ports:
1919
- "8001:8081"

0 commit comments

Comments
 (0)