Skip to content

Commit

Permalink
fix: services/auth-ui/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 6de06e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/auth-ui/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 6de06e2

Please sign in to comment.