mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-19 03:01:53 +10:00
Bump node from 16-alpine to 17-alpine in /client
Bumps node from 16-alpine to 17-alpine. --- updated-dependencies: - dependency-name: node dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
FROM node:16-alpine as dependencies
|
FROM node:17-alpine as dependencies
|
||||||
|
|
||||||
RUN apk add --no-cache curl g++ make python3 \
|
RUN apk add --no-cache curl g++ make python3 \
|
||||||
&& curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm
|
&& curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm
|
||||||
@ -11,7 +11,7 @@ COPY ./client/package.json ./client/package.json
|
|||||||
|
|
||||||
RUN pnpm install --frozen-lockfile
|
RUN pnpm install --frozen-lockfile
|
||||||
|
|
||||||
FROM node:16-alpine as builder
|
FROM node:17-alpine as builder
|
||||||
|
|
||||||
RUN apk add --no-cache curl g++ make python3 \
|
RUN apk add --no-cache curl g++ make python3 \
|
||||||
&& curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm
|
&& curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm
|
||||||
@ -27,7 +27,7 @@ COPY --from=dependencies /app/client/node_modules ./client/node_modules
|
|||||||
RUN pnpm run build:schema
|
RUN pnpm run build:schema
|
||||||
RUN pnpm run build:client
|
RUN pnpm run build:client
|
||||||
|
|
||||||
FROM node:16-alpine as production
|
FROM node:17-alpine as production
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user