Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Commit

Permalink
bump graalvm to rc16 and scalafmt to rc7
Browse files Browse the repository at this point in the history
getting closer to release on both it looks like?
  • Loading branch information
mroth committed May 1, 2019
1 parent 84ccbf2 commit c8bbaec
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 @@ -3,8 +3,8 @@
#
# Also see regarding potential future built-in native target support:
# https://github.com/scalameta/scalafmt/issues/1172
FROM oracle/graalvm-ce:1.0.0-rc14 as builder
ARG SCALAFMT_VERSION=v2.0.0-RC6
FROM oracle/graalvm-ce:1.0.0-rc16 as builder
ARG SCALAFMT_VERSION=v2.0.0-RC7

WORKDIR /root

Expand Down

0 comments on commit c8bbaec

Please sign in to comment.