diff --git a/Exhaustive/Package/Dockerfile b/Exhaustive/Package/Dockerfile index ac77bc2..e33698b 100644 --- a/Exhaustive/Package/Dockerfile +++ b/Exhaustive/Package/Dockerfile @@ -1,5 +1,5 @@ # Use an official Swift runtime image -FROM swift:5.7.2 +FROM swift:5.8.0 # Copies the root directory of the repository into the image's filesystem at `/LinuxTests` ADD . /LinuxTests