Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.6.1-alpine as builder
FROM node:22.4.1-alpine as builder

COPY package.json /srv/node-clean-architecture/
WORKDIR /srv/node-clean-architecture/
Expand All @@ -17,7 +17,7 @@ COPY tests /srv/node-clean-architecture/tests/

RUN yarn run build

FROM node:21.6.1-alpine
FROM node:22.4.1-alpine


ENV HTTP_MODE http
Expand Down

0 comments on commit fc17a51

Please sign in to comment.