Skip to content

Commit a8b0999

Browse files
authored
Update versions in Utilities/Docker/Dockerfile (swiftlang#7632)
Versions of Swift and Ubuntu specified in this `Dockerfile` are too old to successfully build SwiftPM. Let's update them to make this `Dockefile` usable again.
1 parent 3f9c61b commit a8b0999

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Utilities/Docker/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# This source file is part of the Swift open source project
22
#
3-
# Copyright (c) 2014 - 2021 Apple Inc. and the Swift project authors
3+
# Copyright (c) 2014 - 2024 Apple Inc. and the Swift project authors
44
# Licensed under Apache License v2.0 with Runtime Library Exception
55
#
66
# See http://swift.org/LICENSE.txt for license information
77
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
88

9-
ARG swift_version=5.3
10-
ARG ubuntu_version=bionic
9+
ARG swift_version=5.9
10+
ARG ubuntu_version=jammy
1111
ARG base_image=swift:$swift_version-$ubuntu_version
1212
FROM $base_image
1313
# needed to do again after FROM due to docker limitation

0 commit comments

Comments
 (0)