Skip to content

Commit 95b6322

Browse files
build(deps): bump node from 24.16.0-slim to 24.17.0-slim (#1338)
Bumps node from 24.16.0-slim to 24.17.0-slim. --- updated-dependencies: - dependency-name: node dependency-version: 24.17.0-slim dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6193b35 commit 95b6322

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.16.0-slim AS build
1+
FROM node:24.17.0-slim AS build
22
WORKDIR /app
33
COPY . ./
44
RUN npm ci && npm run build-artifact

0 commit comments

Comments
 (0)