Skip to content

Commit dbdf91e

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 2.4 to 2.4.67 --- 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 6e65716 commit dbdf91e

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:e3ffe0cbaeebdcddbfe1ee7bca9b564a92863a8386d5b99a3d72677b3667b61d 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:e3ffe0cbaeebdcddbfe1ee7bca9b564a92863a8386d5b99a3d72677b3667b61d AS production
2121

2222
COPY --from=builder /out/package*.json ./
2323
COPY --from=builder /out/node_modules/ /app/node_modules/

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.67@sha256:2a7deaaaf357261a1dffcb8fc725f4aaba2af95fbde1a40a68bca7cb0f03594e
22

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

0 commit comments

Comments
 (0)