Skip to content

Commit

Permalink
fantom: fix dockerfile to use latest released build
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Giannini authored and Matthew Giannini committed Mar 28, 2024
1 parent 36c300b commit 661891b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 661891b

Please sign in to comment.