Update docker image python version
Some checks failed
Build Formula10 Docker Image / build-docker (push) Failing after 8s

This commit is contained in:
2024-02-16 16:11:32 +01:00
parent d56477f2c6
commit 7ea5d945c9

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM python:3.10.1-slim-buster
FROM python:3.11.8-slim-bookworm
RUN apt-get update -y
WORKDIR /app
COPY requirements.txt requirements.txt