Skip to content

Commit 83c2222

Browse files
Bump node from 22-slim to 24-slim in /compose/frontend (#1361)
* Bump node from 22-slim to 24-slim in /compose/frontend Bumps node from 22-slim to 24-slim. --- updated-dependencies: - dependency-name: node dependency-version: 24-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Change base image from node:26-slim to node:24-slim --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: wmuldergov <126018319+wmuldergov@users.noreply.github.com>
1 parent 7a0280a commit 83c2222

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compose/frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use an official node runtime as a parent image
2-
FROM node:22-slim
2+
FROM node:24-slim
33

44
WORKDIR /app/
55
RUN chown node:root /app

0 commit comments

Comments
 (0)