From 214398a1442b9941d08992f9adea89b724a8d290 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Mon, 11 Nov 2024 13:47:39 +0100 Subject: [PATCH] fix: :construction_worker: fix recommandations from docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a028637..3582ef2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.0-slim as build +FROM python:3.13.0-slim AS build WORKDIR /app COPY . .