We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa8a0f commit c623261Copy full SHA for c623261
scripts/Docker/Dockerfile
@@ -27,7 +27,7 @@ ARG source=local
27
ARG pythonversion=3.11
28
29
#FROM python:3-alpine
30
-FROM python@sha256:a6ee91afa87ebe042adf0820c83745855f895addf70dfe9cb1c1e4e8bb436c47
+FROM python@sha256:a6ee91afa87ebe042adf0820c83745855f895addf70dfe9cb1c1e4e8bb436c47 as build
31
32
# Inherit global values https://github.com/moby/moby/issues/37345
33
ARG appdir
0 commit comments