mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 00:00:46 +00:00
fix: 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-GLIBC-8658672 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-8658672 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-8648323 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-8648323
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
ARG DEBIAN_IMAGE=debian:bookworm-slim
|
||||
ARG RUST_IMAGE=rust:1.83-slim-bookworm
|
||||
ARG PYTHON_IMAGE=python:3.11.10-slim-bookworm
|
||||
ARG PYTHON_IMAGE=python:3.13.2-slim-bookworm
|
||||
|
||||
FROM ${RUST_IMAGE} AS rust_base
|
||||
|
||||
|
||||
Reference in New Issue
Block a user