mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 00:00:46 +00:00
fix: lsp/Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-LIBTASN16-8689970 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-8679228 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-8658672 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-8648323
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