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
commit ef4b04b30b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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