Don't use python image from bitch dockerhub
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 58s
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 58s
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
# syntax=docker/dockerfile:1
|
# 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
|
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