Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: Dockerfile.openapi_decorator to reduce vulnerabilities
  • Loading branch information
snyk-bot committed Feb 2, 2025
commit 1f4a1a3be35357ce6a7756b45461f94b022ec443
2 changes: 1 addition & 1 deletion Dockerfile.openapi_decorator
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.15-alpine
FROM node:18.20.6-alpine

RUN apk add --no-cache git python make g++

Expand Down