Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 24, 2024
1 parent fc17a51 commit a53f5d4
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:22.4.1-alpine as builder
FROM node:22.5.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:22.4.1-alpine
FROM node:22.5.1-alpine


ENV HTTP_MODE http
Expand Down

0 comments on commit a53f5d4

Please sign in to comment.