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.
2 parents 4869699 + eb2edc7 commit c383395Copy full SHA for c383395
docker/Dockerfile
@@ -1,4 +1,4 @@
1
-ARG swift_version=5.9
+ARG swift_version=5.10
2
ARG ubuntu_version=jammy
3
ARG base_image=swift:$swift_version-$ubuntu_version
4
FROM $base_image
docker/docker-compose.2204.510.yaml
@@ -0,0 +1,18 @@
+version: "3"
+
+services:
5
+ runtime-setup:
6
+ image: webauthn-swift:22.04-5.10
7
+ build:
8
+ args:
9
+ ubuntu_version: "jammy"
10
+ swift_version: "5.10"
11
12
+ test:
13
14
+ environment: []
15
+ #- SANITIZER_ARG=--sanitize=thread
16
17
+ shell:
18
0 commit comments