Skip to content

Commit 273786f

Browse files
chore (deps): bump the docker-dependencies group with 2 updates
Bumps the docker-dependencies group with 2 updates: node and nginxinc/nginx-unprivileged. Updates `node` from 24-alpine to 26-alpine Updates `nginxinc/nginx-unprivileged` from `458ecbe` to `fd3314e` --- updated-dependencies: - dependency-name: node dependency-version: 26-alpine dependency-type: direct:production dependency-group: docker-dependencies - dependency-name: nginxinc/nginx-unprivileged dependency-version: stable-alpine dependency-type: direct:production dependency-group: docker-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 766100a commit 273786f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Modifier --platform=$BUILDPLATFORM limits the platform to "BUILDPLATFORM" during buildx multi-platform builds
55
# This is because npm "chromedriver" package is not compatiable with all platforms
66
# For more info see: https://docs.docker.com/build/building/multi-platform/#cross-compilation
7-
FROM --platform=$BUILDPLATFORM node:24-alpine@sha256:a0b9bf06e4e6193cf7a0f58816cc935ff8c2a908f81e6f1a95432d679c54fbfd AS builder
7+
FROM --platform=$BUILDPLATFORM node:26-alpine@sha256:725aeba2364a9b16beae49e180d83bd597dbd0b15c47f1f28875c290bfd255b9 AS builder
88

99
WORKDIR /app
1010

@@ -27,7 +27,7 @@ RUN npm run build
2727
#########################################
2828
# Package static build files into nginx #
2929
#########################################
30-
FROM nginxinc/nginx-unprivileged:stable-alpine@sha256:458ecbec226a23120713b35945bcdf0d6e4ea5bbec60c149ce1deca5d264071b AS cyberchef
30+
FROM nginxinc/nginx-unprivileged:stable-alpine@sha256:fd3314e343bad2de4e1127ef58be122abbfa7e09572fa46ae62fcddb6b3f21c5 AS cyberchef
3131

3232
LABEL maintainer="GCHQ <oss@gchq.gov.uk>"
3333

0 commit comments

Comments
 (0)