Dockerfile: fix FromAsCasing warning

Some recent versions of Docker require the FromAsCasing keyword to be in
uppercase

Signed-off-by: dhairya1899 <17itdhairya.parmar@gmail.com>
This commit is contained in:
dhairya1899 2024-08-15 01:18:24 +05:30
parent 087e8b3543
commit 4d95ca5fbd

View File

@ -1,5 +1,5 @@
# Use an official Python runtime as the base image
FROM amd64/python:3.9-buster as project_env
FROM amd64/python:3.9-buster AS project_env
# Set the working directory in the container
WORKDIR /app