Skip to content

Commit 868dc1a

Browse files
NickSlowinskidyc3
andauthored
Bump alpine to 3.19 (#1274)
* Bump alpine to 3.19 Signed-off-by: Nick Slowinski <[email protected]> * update deploy dockerfile base image --------- Signed-off-by: Nick Slowinski <[email protected]> Co-authored-by: Carson McManus <[email protected]>
1 parent 2cec601 commit 868dc1a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deploy/monolith.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-alpine3.16 as build-stage
1+
FROM node:18-alpine3.19 as build-stage
22
ARG GIT_COMMIT
33
ENV GIT_COMMIT=$GIT_COMMIT
44

@@ -11,7 +11,7 @@ RUN yarn run build
1111

1212
RUN rm -rf node_modules && yarn install --production=true
1313

14-
FROM node:18-alpine3.16 as production-stage
14+
FROM node:18-alpine3.19 as production-stage
1515
ARG DEPLOY_TARGET
1616

1717
WORKDIR /usr/app/

docker/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-alpine3.16 as build-stage
1+
FROM node:18-alpine3.19 as build-stage
22
ARG GIT_COMMIT
33
ENV GIT_COMMIT=$GIT_COMMIT
44

@@ -11,7 +11,7 @@ RUN yarn run build
1111

1212
RUN rm -rf node_modules && yarn install --production=true
1313

14-
FROM node:18-alpine3.16 as production-stage
14+
FROM node:18-alpine3.19 as production-stage
1515

1616
WORKDIR /usr/app/
1717

0 commit comments

Comments
 (0)