Skip to content

Commit b383637

Browse files
panagiopsnyk-bot
andauthored
1 parent 630391a commit b383637

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:21.3-alpine as builder
1+
FROM node:21.6.1-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:21.3-alpine
20+
FROM node:21.6.1-alpine
2121

2222

2323
ENV HTTP_MODE http

0 commit comments

Comments
 (0)