Skip to content

Commit

Permalink
fix: services/tracking/Dockerfile to reduce vulnerabilities (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbook and snyk-bot authored Nov 24, 2024
1 parent 0615fc1 commit c90ddf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/tracking/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
################################
# Build server
################################
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 Docker image
################################
FROM node:20.13.0-alpine
FROM node:20.18.0-alpine

WORKDIR /app

Expand Down

0 comments on commit c90ddf4

Please sign in to comment.