Merge branch 'main' into vite

This commit is contained in:
Joseph Garrone 2024-02-13 02:07:27 +01:00 committed by GitHub
commit 1814c4ed61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,5 @@
# build environment
FROM node:14-alpine as build
FROM node:18-alpine as build
WORKDIR /app
COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile