Don't use python image from bitch dockerhub
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 58s

This commit is contained in:
2024-02-16 16:13:47 +01:00
parent 7ea5d945c9
commit 883f17ba9a

View File

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