Skip to content

Commit

Permalink
Upgrade to Node.js 20.12.2 for Fastify
Browse files Browse the repository at this point in the history
  • Loading branch information
JHyeok committed Apr 27, 2024
1 parent 39e29cb commit 47d0daf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frameworks/JavaScript/fastify/fastify-mysql.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.12.1-alpine
FROM node:20.12.2-alpine

COPY ./ ./

Expand Down
2 changes: 1 addition & 1 deletion frameworks/JavaScript/fastify/fastify-postgres.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.12.1-alpine
FROM node:20.12.2-alpine

COPY ./ ./

Expand Down
2 changes: 1 addition & 1 deletion frameworks/JavaScript/fastify/fastify.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.12.1-alpine
FROM node:20.12.2-alpine

COPY ./ ./

Expand Down

0 comments on commit 47d0daf

Please sign in to comment.