Skip to content

Commit

Permalink
fix: logistics-frontend/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
snyk-bot committed Nov 23, 2024
1 parent ecc29bd commit 3ba25de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logistics-frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Node.js runtime as a parent image
FROM node:20.17
FROM node:20.18.1

# Set the working directory
WORKDIR /app

0 comments on commit 3ba25de

Please sign in to comment.