Skip to content

Commit

Permalink
fix: services/api/Dockerfile to reduce vulnerabilities (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbook and snyk-bot authored Nov 24, 2024
1 parent 4daa9b1 commit fee371a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
################################
# Build assets
################################
FROM node:20.13.0-alpine as builder
FROM node:20.18.0-alpine as builder

WORKDIR /app

Expand All @@ -13,7 +13,7 @@ RUN npm run build
################################
# Create server
################################
FROM node:20.13.0-alpine
FROM node:20.18.0-alpine

WORKDIR /app

Expand Down

0 comments on commit fee371a

Please sign in to comment.