From 96f29ac663320ae7620dfadb271de9edd6d9a780 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Jul 2025 10:05:27 +0000 Subject: [PATCH] fix: docker/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE322-SQLITE-10872094 --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 3bf8487..c801ef6 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM python:3.12-alpine AS buildkit +FROM python:3.14.0rc1-alpine AS buildkit # Instead of using Alpine base image and then installing Python from pkgs.al.o, # we'll go with the official images instead.