Skip to content

Commit 02235fe

Browse files
acote88Antoine Cote
and
Antoine Cote
authored
Upgrade samples and CLI generate template to use nodejs 20 LTS (#54)
Co-authored-by: Antoine Cote <[email protected]>
1 parent 9a284c4 commit 02235fe

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

samples/nodejs/AWS S3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use an official Node runtime based on Alpine as a parent image
2-
FROM node:18-alpine
2+
FROM node:20-alpine
33

44
# Set the working directory to /app
55
WORKDIR /app

samples/nodejs/Basic Service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use an official Node runtime based on Alpine as a parent image
2-
FROM node:18-alpine
2+
FROM node:20-alpine
33

44
# Set the working directory to /app
55
WORKDIR /app

samples/nodejs/ChatGPT API/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use an official Node runtime based on Alpine as a parent image
2-
FROM node:18-alpine
2+
FROM node:20-alpine
33

44
# Set the working directory to /app
55
WORKDIR /app

samples/nodejs/Fetch and Return JSON/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use an official Node runtime based on Alpine as a parent image
2-
FROM node:18-alpine
2+
FROM node:20-alpine
33

44
# Set the working directory to /app
55
WORKDIR /app

samples/nodejs/Web Page and Form Post/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use an official Node runtime based on Alpine as a parent image
2-
FROM node:18-alpine
2+
FROM node:20-alpine
33

44
# Set the working directory to /app
55
WORKDIR /app

0 commit comments

Comments
 (0)