From 7b67e05e508a4f8f158a96ff129fe5c4cb029ad4 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 6 Apr 2021 09:15:06 +0200 Subject: [PATCH] :arrow_up: Update gitpod dockerfile. --- docker/gitpod/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/gitpod/Dockerfile b/docker/gitpod/Dockerfile index 02a90206c..7db973a46 100644 --- a/docker/gitpod/Dockerfile +++ b/docker/gitpod/Dockerfile @@ -18,9 +18,9 @@ COPY docker/gitpod/files/nginx.conf /etc/nginx/nginx.conf USER root -ENV CLOJURE_VERSION=1.10.3.814 \ - CLJKONDO_VERSION=2021.03.22 \ - BABASHKA_VERSION=0.3.1 \ +ENV CLOJURE_VERSION=1.10.3.822 \ + CLJKONDO_VERSION=2021.03.31 \ + BABASHKA_VERSION=0.3.2 \ LANG=en_US.UTF-8 \ LC_ALL=en_US.UTF-8