File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM node:18-alpine3.16 as build-stage
1
+ FROM node:18-alpine3.19 as build-stage
2
2
ARG GIT_COMMIT
3
3
ENV GIT_COMMIT=$GIT_COMMIT
4
4
@@ -11,7 +11,7 @@ RUN yarn run build
11
11
12
12
RUN rm -rf node_modules && yarn install --production=true
13
13
14
- FROM node:18-alpine3.16 as production-stage
14
+ FROM node:18-alpine3.19 as production-stage
15
15
ARG DEPLOY_TARGET
16
16
17
17
WORKDIR /usr/app/
Original file line number Diff line number Diff line change 1
- FROM node:18-alpine3.16 as build-stage
1
+ FROM node:18-alpine3.19 as build-stage
2
2
ARG GIT_COMMIT
3
3
ENV GIT_COMMIT=$GIT_COMMIT
4
4
@@ -11,7 +11,7 @@ RUN yarn run build
11
11
12
12
RUN rm -rf node_modules && yarn install --production=true
13
13
14
- FROM node:18-alpine3.16 as production-stage
14
+ FROM node:18-alpine3.19 as production-stage
15
15
16
16
WORKDIR /usr/app/
17
17
You can’t perform that action at this time.
0 commit comments