chore: fix version of node images

This commit is contained in:
Sammy Teillet
2023-04-18 16:21:38 +02:00
parent bba8c592ac
commit 09ee4c91e2
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM node:18-alpine as front
FROM node:18.16.0-alpine as front
RUN apk update && apk upgrade && \
apk add --no-cache bash git openssh && \

View File

@ -1,4 +1,4 @@
FROM node:18-alpine as server
FROM node:18.16.0-alpine as server
RUN apk update && apk upgrade && \
apk add --no-cache bash git openssh && \

View File

@ -1,4 +1,4 @@
FROM node:18-alpine as front
FROM node:18.16.0-alpine as front
ARG FONTAWESOME_NPM_AUTH_TOKEN

View File

@ -1,4 +1,4 @@
FROM node:18-alpine as server
FROM node:18.16.0-alpine as server
COPY ./server/package.json ./
COPY ./server/package-lock.json ./