From 2688abc88101f179a5a540a59db9da98908e8115 Mon Sep 17 00:00:00 2001 From: Matthew Rothenberg Date: Mon, 6 Jan 2020 14:13:36 -0500 Subject: [PATCH] bump scalafmt-native to v2.3.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ec61449..e434284 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # This is essentially just scalafmt-native loaded into an alpine container, so # that we have a shell present to expand wildcards etc. -FROM mrothy/scalafmt-native:2.2.2 as scalafmt-native +FROM mrothy/scalafmt-native:2.3.2 as scalafmt-native FROM alpine:latest LABEL "repository"="https://github.com/openlawteam/scalafmt-ci"