mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-07 16:03:21 +00:00
fix: lsp/Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-9712315 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-9712315 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-9712315 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-9712315
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM python:3.11-slim as python-base
|
||||
FROM python:3.13.2-slim as python-base
|
||||
FROM node:19-slim as node-base
|
||||
|
||||
FROM python-base
|
||||
|
||||
Reference in New Issue
Block a user