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

Commit 2351dfd

Browse files
Bump node from 24.1.0-slim to 24.3.0-slim
Bumps node from 24.1.0-slim to 24.3.0-slim. --- updated-dependencies: - dependency-name: node dependency-version: 24.3.0-slim dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bd0540c commit 2351dfd

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.1.0-slim AS base
3+
FROM node:24.3.0-slim AS base
44
LABEL fly_launch_runtime="NodeJS"
55
WORKDIR /app
66
ENV NODE_ENV=production

0 commit comments

Comments
 (0)