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:
parent
087e8b3543
commit
4d95ca5fbd
@ -1,5 +1,5 @@
|
|||||||
# Use an official Python runtime as the base image
|
# 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
|
# Set the working directory in the container
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
Loading…
Reference in New Issue
Block a user