Merge pull request #17 from dhairya1008/fix-FromAsCasing-warning

Dockerfile: fix FromAsCasing warning
This commit is contained in:
Clement
2024-09-05 18:37:42 +02:00
committed by GitHub

View File

@ -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