feat: Update node version to 18 for Dockerfiles

This commit is contained in:
Faruk AYDIN
2024-01-12 15:17:09 +01:00
parent 6344a3bcef
commit 99adb2ceda
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
FROM node:16-alpine FROM node:18-alpine
WORKDIR /automatisch WORKDIR /automatisch
RUN \ RUN \

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
FROM node:16-alpine FROM node:18-alpine
WORKDIR /automatisch WORKDIR /automatisch
ENV PORT 3000 ENV PORT 3000