update node version && url https

This commit is contained in:
2023-09-25 15:30:00 +02:00
parent 219f9dd137
commit a75f90dad9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# develop stage
FROM node:14.21.2-alpine as develop-stage
FROM node:18.17.0-alpine as develop-stage
WORKDIR /app
COPY package*.json ./
RUN npm install -g npm@latest