Skip to content

Commit a3caa5e

Browse files
panagiopsnyk-bot
andauthored
1 parent a1b9375 commit a3caa5e

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:20.3.1-alpine as builder
1+
FROM node:20.5.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:20.3.1-alpine
20+
FROM node:20.5.1-alpine
2121

2222

2323
ENV HTTP_MODE http

0 commit comments

Comments
 (0)