Skip to content

Commit c623261

Browse files
committed
Fix issing "as build" for multistage build.
[skip travis]
1 parent 8aa8a0f commit c623261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ARG source=local
2727
ARG pythonversion=3.11
2828

2929
#FROM python:3-alpine
30-
FROM python@sha256:a6ee91afa87ebe042adf0820c83745855f895addf70dfe9cb1c1e4e8bb436c47
30+
FROM python@sha256:a6ee91afa87ebe042adf0820c83745855f895addf70dfe9cb1c1e4e8bb436c47 as build
3131

3232
# Inherit global values https://github.com/moby/moby/issues/37345
3333
ARG appdir

0 commit comments

Comments
 (0)