Skip to content

Commit

Permalink
fix swift 5.6 base image
Browse files Browse the repository at this point in the history
  • Loading branch information
imxieke committed Sep 25, 2023
1 parent 7dfeea8 commit 644350f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/swift/5.6/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>" \
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.'
org.opencontainers.image.description='Swift is a high-performance system programming language.'

0 comments on commit 644350f

Please sign in to comment.