Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit 5a30a9b

Browse files
Bump node from 24.0.0-slim to 24.0.1-slim (#140)
Bumps node from 24.0.0-slim to 24.0.1-slim. --- updated-dependencies: - dependency-name: node dependency-version: 24.0.1-slim dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e8f7e4f commit 5a30a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax = docker/dockerfile:1
22

3-
FROM node:24.0.0-slim AS base
3+
FROM node:24.0.1-slim AS base
44
LABEL fly_launch_runtime="NodeJS"
55
WORKDIR /app
66
ENV NODE_ENV=production

0 commit comments

Comments
 (0)