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
88TODO: Insert version codename, and username of the contributor that named the release.
99-->
1010
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
1212
1313This release would have been named by Simon Vrouwe, had he responded to my emails!
1414
Original file line number Diff line number Diff line change @@ -80,11 +80,11 @@ for target in $TARGETS; do
8080 [ " $platform " != " $target " ] || continue
8181 case $platform in
8282 Fedora-28-amd64)
83- DOCKERFILE=contrib/Dockerfile.builder.fedora
83+ DOCKERFILE=contrib/docker/ Dockerfile.builder.fedora
8484 TAG=fedora
8585 ;;
8686 Ubuntu-16.04-amd64)
87- DOCKERFILE=contrib/Dockerfile.builder
87+ DOCKERFILE=contrib/docker/ Dockerfile.builder
8888 TAG=ubuntu-amd64
8989 ;;
9090 * )
You can’t perform that action at this time.
0 commit comments