Skip to content

Commit 4489a0b

Browse files
panagiopsnyk-bot
andauthored
1 parent 3059a33 commit 4489a0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.14.0-alpine as builder
1+
FROM node:22.15.0-alpine as builder
22

33
COPY package.json /srv/node-clean-architecture/
44
WORKDIR /srv/node-clean-architecture/
@@ -17,7 +17,7 @@ COPY tests /srv/node-clean-architecture/tests/
1717

1818
RUN yarn run build
1919

20-
FROM node:22.14.0-alpine
20+
FROM node:22.15.0-alpine
2121

2222
ENV HTTP_MODE http
2323
ARG NODE_PROCESSES=2

0 commit comments

Comments
 (0)