Commit 0bc4181
committed
playground: correct ARG scoping in Dockerfile
ARG is scoped to the build context. In order for it to be global in a
Dockerfile, it needs to happen before any FROM statement.
Updates golang/go#25224
Change-Id: Iea38d04e36f54a416e21c2e42ac88c03f2db057d
Reviewed-on: https://go-review.googlesource.com/c/playground/+/227589
Reviewed-by: Andrew Bonventre <[email protected]>
Reviewed-by: Carlos Amedee <[email protected]>1 parent 9d1e738 commit 0bc4181
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | | - | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| 78 | + | |
| 79 | + | |
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
| |||
0 commit comments