We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b72f6a commit 50c4ec9Copy full SHA for 50c4ec9
docker/docker-compose.al2.58.yaml
@@ -6,7 +6,7 @@ services:
6
image: swift-aws-lambda:al2-5.8
7
build:
8
args:
9
- base_image: "swiftlang/swift:nightly-5.8-amazonlinux2"
+ swift_version: "5.8"
10
11
test:
12
docker/docker-compose.al2.59.yaml
@@ -0,0 +1,18 @@
1
+version: "3"
2
+
3
+services:
4
5
+ runtime-setup:
+ image: swift-aws-lambda:al2-5.9
+ build:
+ args:
+ base_image: "swiftlang/swift:nightly-5.9-amazonlinux2"
+ test:
13
14
+ test-examples:
15
16
17
+ shell:
18
0 commit comments