Skip to content

Commit 13e4797

Browse files
sh16011993Copilot
andauthored
#5905 - Bump docker-updates group across 6 directories (#5920)
**As a part of this PR, the following was completed:** Bumped the docker-updates group with 1 update in the /sources/packages/backend/apps/api directory: node. Bumped the docker-updates group with 1 update in the /sources/packages/backend/apps/load-test-gateway directory: node. Bumped the docker-updates group with 1 update in the /sources/packages/backend/apps/queue-consumers directory: node. Bumped the docker-updates group with 1 update in the /sources/packages/backend/apps/workers directory: node. Bumped the docker-updates group with 1 update in the /sources/packages/backend/apps/db-migrations directory: node. Bumped the docker-updates group with 1 update in the /sources/packages/web directory: node. --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent ad566e0 commit 13e4797

6 files changed

Lines changed: 18 additions & 11 deletions

File tree

sources/packages/backend/apps/api/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Base Image
2-
ARG DOCKER_REGISTRY=artifacts.developer.gov.bc.ca/docker-remote/
3-
FROM ${DOCKER_REGISTRY}node:25.6.1-alpine3.22
2+
# dependabot: FROM node:25.8.1-alpine3.22
3+
ARG DOCKER_REGISTRY=artifacts.developer.gov.bc.ca/docker-remote
4+
FROM ${DOCKER_REGISTRY}/node:25.8.1-alpine3.22
45

56
ENV npm_config_cache=/app/.npm
67

sources/packages/backend/apps/load-test-gateway/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Base Image
2-
ARG DOCKER_REGISTRY=artifacts.developer.gov.bc.ca/docker-remote/
3-
FROM ${DOCKER_REGISTRY}node:25.6.1-alpine3.22
2+
# dependabot: FROM node:25.8.1-alpine3.22
3+
ARG DOCKER_REGISTRY=artifacts.developer.gov.bc.ca/docker-remote
4+
FROM ${DOCKER_REGISTRY}/node:25.8.1-alpine3.22
45

56
ENV npm_config_cache=/app/.npm
67

sources/packages/backend/apps/queue-consumers/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Base Image
2-
ARG DOCKER_REGISTRY=artifacts.developer.gov.bc.ca/docker-remote/
3-
FROM ${DOCKER_REGISTRY}node:25.6.1-alpine3.22
2+
# dependabot: FROM node:25.8.1-alpine3.22
3+
ARG DOCKER_REGISTRY=artifacts.developer.gov.bc.ca/docker-remote
4+
FROM ${DOCKER_REGISTRY}/node:25.8.1-alpine3.22
45

56
ENV npm_config_cache=/app/.npm
67

sources/packages/backend/apps/workers/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Base Image
2-
ARG DOCKER_REGISTRY=artifacts.developer.gov.bc.ca/docker-remote/
3-
FROM ${DOCKER_REGISTRY}node:25.6.1-alpine3.22
2+
# dependabot: FROM node:25.8.1-alpine3.22
3+
ARG DOCKER_REGISTRY=artifacts.developer.gov.bc.ca/docker-remote
4+
FROM ${DOCKER_REGISTRY}/node:25.8.1-alpine3.22
45

56
ENV npm_config_cache=/app/.npm
67

sources/packages/backend/migrations/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Base Image
2-
ARG DOCKER_REGISTRY=artifacts.developer.gov.bc.ca/docker-remote/
3-
FROM ${DOCKER_REGISTRY}node:25.6.1-alpine3.22
2+
# dependabot: FROM node:25.8.1-alpine3.22
3+
ARG DOCKER_REGISTRY=artifacts.developer.gov.bc.ca/docker-remote
4+
FROM ${DOCKER_REGISTRY}/node:25.8.1-alpine3.22
5+
46
ENV npm_config_cache=/app/.npm
57

68
WORKDIR /app

sources/packages/web/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
# Base Image
12
# "builder" stage, based on Node.js, to build and compile the frontend.
23
ARG DOCKER_REGISTRY=artifacts.developer.gov.bc.ca/docker-remote/
3-
FROM ${DOCKER_REGISTRY}node:25.6.1-alpine3.22 AS builder
4+
FROM ${DOCKER_REGISTRY}node:25.8.1-alpine3.22 AS builder
45

56
# Application Port.
67
ENV PORT=3030

0 commit comments

Comments
 (0)