We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ecee37 commit 5fa0988Copy full SHA for 5fa0988
docker/docker-compose.2004.56.yaml
@@ -6,8 +6,8 @@ services:
6
image: swift-http-structured-headers:20.04-5.6
7
build:
8
args:
9
- base_image: "swiftlang/swift:nightly-5.6-focal"
10
ubuntu_version: "focal"
+ swift_version: "5.6"
11
12
unit-tests:
13
docker/docker-compose.2004.57.yaml
@@ -0,0 +1,19 @@
1
+version: "3"
2
+
3
+services:
4
5
+ runtime-setup:
+ image: swift-http-structured-headers:20.04-5.7
+ build:
+ args:
+ base_image: "swiftlang/swift:nightly-main-focal"
+ unit-tests:
14
+ test:
15
16
17
+ shell:
18
19
0 commit comments