There was an error while loading. Please reload this page.
1 parent 73286d5 commit ee1a167Copy full SHA for ee1a167
Dockerfile
@@ -1,3 +1,3 @@
1
-FROM swift:5.7.3-amazonlinux2 as builder
+FROM swift:6.2.0-amazonlinux2 as builder
2
RUN yum -y update && \
3
yum -y install git zip
Makefile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-SWIFT_VERSION=5.7.3
+SWIFT_VERSION=6.2.0
16
17
SWIFT_DOCKER_IMAGE=swift-amazonlinux2-builder:$(SWIFT_VERSION)
18
SWIFT_CONFIGURATION=release
0 commit comments