diff --git a/Dockerfile b/Dockerfile index 7560300..2e99245 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # # Also see regarding potential future built-in native target support: # https://github.com/scalameta/scalafmt/issues/1172 -FROM oracle/graalvm-ce:19.0.2 as builder +FROM oracle/graalvm-ce:19.1.1 as builder ARG SCALAFMT_VERSION=v2.0.0 WORKDIR /root diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fa2ef40..70d3f83 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,7 +4,7 @@ variables: scalafmt_version: v2.0.0 - graalvm_version: '19.0.2' + graalvm_version: '19.1.1' trigger: branches: