Skip to content

Commit 66a3110

Browse files
committed
Bump alpine to 3.19
Signed-off-by: Nick Slowinski <[email protected]>
1 parent 2cec601 commit 66a3110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)