File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
TODO: Insert version codename, and username of the contributor that named the release.
9
9
-->
10
10
11
- ## [ v0 .11.0] - 2022-04-04: Simon's Carefully Chosen Release Name
11
+ ## [ 0 .11.0.1 ] - 2022-04-04: Simon's Carefully Chosen Release Name
12
12
13
13
This release would have been named by Simon Vrouwe, had he responded to my emails!
14
14
Original file line number Diff line number Diff line change @@ -80,11 +80,11 @@ for target in $TARGETS; do
80
80
[ " $platform " != " $target " ] || continue
81
81
case $platform in
82
82
Fedora-28-amd64)
83
- DOCKERFILE=contrib/Dockerfile.builder.fedora
83
+ DOCKERFILE=contrib/docker/ Dockerfile.builder.fedora
84
84
TAG=fedora
85
85
;;
86
86
Ubuntu-16.04-amd64)
87
- DOCKERFILE=contrib/Dockerfile.builder
87
+ DOCKERFILE=contrib/docker/ Dockerfile.builder
88
88
TAG=ubuntu-amd64
89
89
;;
90
90
* )
You can’t perform that action at this time.
0 commit comments