Skip to content

Commit c383395

Browse files
authored
Merge pull request #55 from dimitribouniol/dimitri/swift-5.10
2 parents 4869699 + eb2edc7 commit c383395

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG swift_version=5.9
1+
ARG swift_version=5.10
22
ARG ubuntu_version=jammy
33
ARG base_image=swift:$swift_version-$ubuntu_version
44
FROM $base_image

docker/docker-compose.2204.510.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: "3"
2+
3+
services:
4+
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+
image: webauthn-swift:22.04-5.10
14+
environment: []
15+
#- SANITIZER_ARG=--sanitize=thread
16+
17+
shell:
18+
image: webauthn-swift:22.04-5.10

0 commit comments

Comments
 (0)