Update docker image python version
Some checks failed
Build Formula10 Docker Image / build-docker (push) Failing after 8s
Some checks failed
Build Formula10 Docker Image / build-docker (push) Failing after 8s
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
FROM python:3.10.1-slim-buster
|
FROM python:3.11.8-slim-bookworm
|
||||||
RUN apt-get update -y
|
RUN apt-get update -y
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY requirements.txt requirements.txt
|
COPY requirements.txt requirements.txt
|
||||||
|
Reference in New Issue
Block a user