Skip to content

Commit

Permalink
fix: services/api/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 9, 2024
1 parent 071054b commit 4ead8d9
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-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-alpine

WORKDIR /app

Expand Down

0 comments on commit 4ead8d9

Please sign in to comment.