From 6f883b9b2b392f2aa944e682979a0e26cb408d12 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Tue, 15 Aug 2023 21:58:33 +0530 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Updated=20case=20[skip=20c?= =?UTF-8?q?i]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e5b70bb..c0bad39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG PYTHON_VERSION=3.10-slim-bullseye -FROM python:${PYTHON_VERSION} as python +FROM python:${PYTHON_VERSION} AS python ARG APP_HOME=/app