snyk-bot 2024-11-25 04:07:52 +00:00
parent 2fdc1e9723
commit b451e8b20a
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B

View File

@ -1,4 +1,4 @@
FROM python:3.12-slim-bookworm AS base FROM python:3.14.0a1-slim-bookworm AS base
RUN apt-get update \ RUN apt-get update \
&& apt-get upgrade -y \ && apt-get upgrade -y \
&& apt-get install -y --no-install-recommends curl git build-essential \ && apt-get install -y --no-install-recommends curl git build-essential \