Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1258a2c

Browse files
authoredJan 8, 2025··
chore(deps): Bump node from 23.5.0-slim to 23.6.0-slim
Bumps node from 23.5.0-slim to 23.6.0-slim. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de30c96 commit 1258a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

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

3-
FROM node:23.5.0-slim AS base
3+
FROM node:23.6.0-slim AS base
44
LABEL fly_launch_runtime="nodejs"
55
WORKDIR /app
66
ENV NODE_ENV=production

0 commit comments

Comments
 (0)
Please sign in to comment.