Fix docker base image to be 5.8

This commit is contained in:
Yuta Saito 2023-05-09 04:41:18 +00:00
parent d2864bee74
commit 61827db99e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM ghcr.io/swiftwasm/swift:5.7-focal
FROM ghcr.io/swiftwasm/swift:5.8-focal
LABEL maintainer="SwiftWasm Maintainers <hello@swiftwasm.org>"
LABEL Description="Carton is a watcher, bundler, and test runner for your SwiftWasm apps"