Skip to content

Commit 5a21193

Browse files
authored
Use release version of 5.5 in CI (#227)
motivation: 5.5 release is available changes: update docker CI setup to use the release version of 5.5
1 parent e5aa488 commit 5a21193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/docker-compose.al2.55.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
image: swift-aws-lambda:al2-5.5
77
build:
88
args:
9-
base_image: "swiftlang/swift:nightly-5.5-amazonlinux2"
9+
swift_version: "5.5"
1010

1111
test:
1212
image: swift-aws-lambda:al2-5.5

0 commit comments

Comments
 (0)