Skip to content

Commit

Permalink
fix: services/web-ui/Dockerfile to reduce vulnerabilities (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbook and snyk-bot authored Nov 24, 2024
1 parent e777ea9 commit 4daa9b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/web-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.1-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.1-alpine

WORKDIR /app

Expand Down

0 comments on commit 4daa9b1

Please sign in to comment.