Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Commit 7f87bc1

Browse files
Updated Dockerfile to use node:22-slim as base image (#464)
* updated Dockerfile to use node:22-slim as base image * Updated the Node.js base image to the latest LTS version, 22.13.1.
1 parent 29527a0 commit 7f87bc1

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,7 +1,7 @@
11
# syntax = docker/dockerfile:1
22

33
# Adjust NODE_VERSION as desired
4-
ARG NODE_VERSION=20.13.1
4+
ARG NODE_VERSION=22.13.1
55
FROM node:${NODE_VERSION}-slim AS base
66

77
LABEL fly_launch_runtime="NodeJS"

0 commit comments

Comments
 (0)