From 644350f45ee077c5e8259e66f11f85269370092a Mon Sep 17 00:00:00 2001 From: imxieke Date: Tue, 26 Sep 2023 01:51:41 +0800 Subject: [PATCH] fix swift 5.6 base image --- images/swift/5.6/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/swift/5.6/Dockerfile b/images/swift/5.6/Dockerfile index 25bc0a36..b6bcd406 100644 --- a/images/swift/5.6/Dockerfile +++ b/images/swift/5.6/Dockerfile @@ -1,7 +1,7 @@ # hadolint ignore=DL3007 -FROM swift:5.6-jammy +FROM swift:5.6-focal LABEL org.opencontainers.image.title="Swift" \ org.opencontainers.image.authors="Cloudflying " \ org.opencontainers.image.source="https://github.com/dockenv/dockenv-images" \ org.opencontainers.image.url="https://dockenv.github.io" \ - org.opencontainers.image.description='Swift is a high-performance system programming language.' \ No newline at end of file + org.opencontainers.image.description='Swift is a high-performance system programming language.'