fix: 👷 fix recommandations from docker
All checks were successful
divent / lint (push) Successful in 2m8s
divent / docker (push) Successful in 3m53s
divent / pypi (push) Has been skipped

This commit is contained in:
Michel Roux 2024-11-11 13:47:39 +01:00
parent 009d44b7d4
commit 214398a144

View File

@ -1,4 +1,4 @@
FROM python:3.13.0-slim as build
FROM python:3.13.0-slim AS build
WORKDIR /app
COPY . .