0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 14:39:45 -05:00

⬆️ Update versions on devenv Dockerfile

This commit is contained in:
Andrey Antukh 2024-01-10 13:52:06 +01:00 committed by Andrés Moya
parent fede8c9975
commit d8aba5f645

View file

@ -4,10 +4,10 @@ LABEL maintainer="Andrey Antukh <niwi@niwi.nz>"
ARG DEBIAN_FRONTEND=noninteractive
ENV NODE_VERSION=v20.10.0 \
CLOJURE_VERSION=1.11.1.1347 \
CLJKONDO_VERSION=2023.09.07 \
BABASHKA_VERSION=1.3.184 \
CLJFMT_VERSION=0.11.2 \
CLOJURE_VERSION=1.11.1.1429 \
CLJKONDO_VERSION=2023.12.15 \
BABASHKA_VERSION=1.3.187 \
CLJFMT_VERSION=0.12.0 \
LANG=en_US.UTF-8 \
LC_ALL=en_US.UTF-8