瀏覽代碼

Upgrade to node.js 18.12.1 for hapi (#7712)

JaeHyeok Kim 2 年之前
父節點
當前提交
40900662a2

+ 1 - 1
frameworks/JavaScript/hapi/hapi-mysql.dockerfile

@@ -1,4 +1,4 @@
-FROM node:16.14.2-slim
+FROM node:18.12.1-slim
 
 COPY ./ ./
 

+ 1 - 1
frameworks/JavaScript/hapi/hapi-nginx.dockerfile

@@ -1,4 +1,4 @@
-FROM node:16.14.2-slim
+FROM node:18.12.1-slim
 
 RUN apt-get update
 RUN apt-get install nginx -y

+ 1 - 1
frameworks/JavaScript/hapi/hapi-postgres.dockerfile

@@ -1,4 +1,4 @@
-FROM node:16.14.2-slim
+FROM node:18.12.1-slim
 
 COPY ./ ./
 

+ 1 - 1
frameworks/JavaScript/hapi/hapi.dockerfile

@@ -1,4 +1,4 @@
-FROM node:16.14.2-slim
+FROM node:18.12.1-slim
 
 COPY ./ ./