Mercurial > p > roundup > code
diff scripts/Docker/Dockerfile @ 7490:c086d0fb7171
Fix issing "as build" for multistage build.
[skip travis]
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 15 Jun 2023 15:05:54 -0400 |
| parents | 38ce0a2a9cf8 |
| children | b290c7b95986 |
line wrap: on
line diff
--- a/scripts/Docker/Dockerfile Thu Jun 15 14:55:47 2023 -0400 +++ b/scripts/Docker/Dockerfile Thu Jun 15 15:05:54 2023 -0400 @@ -27,7 +27,7 @@ ARG pythonversion=3.11 #FROM python:3-alpine -FROM python@sha256:a6ee91afa87ebe042adf0820c83745855f895addf70dfe9cb1c1e4e8bb436c47 +FROM python@sha256:a6ee91afa87ebe042adf0820c83745855f895addf70dfe9cb1c1e4e8bb436c47 as build # Inherit global values https://github.com/moby/moby/issues/37345 ARG appdir
