File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM node:18.18.2 -alpine as builder
1+ FROM node:18.19.0 -alpine as builder
22WORKDIR /app
33
44COPY package.json yarn.lock ./
@@ -7,7 +7,7 @@ RUN yarn install --frozen-lockfile
77COPY . .
88RUN yarn build
99
10- FROM node:18.18.2 -alpine as runner
10+ FROM node:18.19.0 -alpine as runner
1111ENV NODE_ENV production
1212WORKDIR /app
1313
Original file line number Diff line number Diff line change 1- FROM node:18.18.2 -alpine as builder
1+ FROM node:18.19.0 -alpine as builder
22WORKDIR /app
33
44COPY package.json yarn.lock ./
@@ -7,7 +7,7 @@ RUN yarn install --frozen-lockfile
77COPY . .
88RUN yarn build
99
10- FROM node:18.18.2 -alpine as runner
10+ FROM node:18.19.0 -alpine as runner
1111ENV NODE_ENV production
1212
1313# Installs latest Chromium (92) package.
You can’t perform that action at this time.
0 commit comments