From 4e8ca533e07e6358eacfd69ad6a455ddb6906e1d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Aug 2025 13:20:42 +0000 Subject: [PATCH] fix: RELEASING/Dockerfile.from_svn_tarball to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-SQLITE3-11191064 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 --- RELEASING/Dockerfile.from_svn_tarball | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING/Dockerfile.from_svn_tarball b/RELEASING/Dockerfile.from_svn_tarball index 33d0e9451b0b..4a1acbf897d7 100644 --- a/RELEASING/Dockerfile.from_svn_tarball +++ b/RELEASING/Dockerfile.from_svn_tarball @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM python:3.10-slim-bookworm +FROM python:3.14.0rc2-slim-bookworm RUN useradd --user-group --create-home --no-log-init --shell /bin/bash superset