Skip to content

Commit b5b4d87

Browse files
chore(deps): bump the docker group across 2 directories with 2 updates
Bumps the docker group with 1 update in the / directory: node. Bumps the docker group with 1 update in the /localgit directory: httpd. Updates `node` from 24 to 26 Updates `httpd` from `331548c` to `393435e` --- updated-dependencies: - dependency-name: httpd dependency-version: 2.4.67 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - dependency-name: node dependency-version: '26' dependency-type: direct:production update-type: version-update:semver-major dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7fe2e29 commit b5b4d87

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24@sha256:5a593d74b632d1c6f816457477b6819760e13624455d587eef0fa418c8d0777b AS builder
1+
FROM node:26@sha256:b46a10d964ad15136ebdf9012142131481caa0697d7a4d4eafe4bbabd818f876 AS builder
22

33
USER root
44

@@ -17,7 +17,7 @@ RUN npm run build-ui \
1717
&& cp config.schema.json dist/ \
1818
&& npm prune --omit=dev
1919

20-
FROM node:24@sha256:5a593d74b632d1c6f816457477b6819760e13624455d587eef0fa418c8d0777b AS production
20+
FROM node:26@sha256:b46a10d964ad15136ebdf9012142131481caa0697d7a4d4eafe4bbabd818f876 AS production
2121

2222
WORKDIR /app
2323

localgit/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM httpd:2.4@sha256:331548c5249bdeced0f048bc2fb8c6b6427d2ec6508bed9c1fec6c57d0b27a60
1+
FROM httpd:2.4@sha256:393435ee1a31437adeb1f03c134224c9ce5fa5f527e8c0cb9bea576b0d6fc742
22

33
RUN apt-get update && apt-get install -y \
44
git \

0 commit comments

Comments
 (0)