Merge pull request #17 from dhairya1008/fix-FromAsCasing-warning
Dockerfile: fix FromAsCasing warning
This commit is contained in:
commit
ef4b04b30b
@ -1,4 +1,4 @@
|
||||
FROM python:3.11-slim as project_env
|
||||
FROM python:3.11-slim AS project_env
|
||||
|
||||
# Install curl
|
||||
RUN apt-get update && apt-get install -y curl
|
||||
|
Loading…
Reference in New Issue
Block a user