From 661891b12fcfd4791960c87794eeae856c572b43 Mon Sep 17 00:00:00 2001 From: Matthew Giannini Date: Thu, 28 Mar 2024 11:36:46 -0400 Subject: [PATCH] fantom: fix dockerfile to use latest released build --- dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfile b/dockerfile index ac43e0642..c8599acea 100644 --- a/dockerfile +++ b/dockerfile @@ -23,8 +23,8 @@ FROM eclipse-temurin:$JDK_VERSION as bootstrap ARG SWT_DL_URL=https://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/R-4.27-202303020300/swt-4.27-gtk-linux-x86_64.zip&mirror_id=1 # These define the `rel` Fantom version. -ARG REL_VERSION=fantom-1.0.77 -ARG REL_TAG=v1.0.77 +ARG REL_VERSION=fantom-1.0.79 +ARG REL_TAG=v1.0.79 WORKDIR /work