Use `5.6-focal` base image in `Dockerfile`

This commit is contained in:
Max Desiatov 2022-04-10 15:13:47 +01:00 committed by GitHub
parent d15c50738b
commit 228044faf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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