We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76951d7 commit a875c2dCopy full SHA for a875c2d
docker/docker-compose.2204.510.yaml
@@ -5,7 +5,8 @@ services:
5
image: &image swift-openapi-runtime:22.04-5.10
6
build:
7
args:
8
- base_image: "swiftlang/swift:nightly-5.10-jammy"
+ ubuntu_version: "jammy"
9
+ swift_version: "5.10"
10
11
test:
12
image: *image
0 commit comments