mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 01:28:36 +02:00
⬆️ Minor deps update.
This commit is contained in:
parent
8253ef90d0
commit
c62bc408dc
2 changed files with 9 additions and 9 deletions
|
@ -4,7 +4,7 @@ LABEL maintainer="Andrey Antukh <niwi@niwi.nz>"
|
|||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
ENV NODE_VERSION=v14.15.3 \
|
||||
CLOJURE_VERSION=1.10.1.754 \
|
||||
CLOJURE_VERSION=1.10.2.774 \
|
||||
LANG=en_US.UTF-8 \
|
||||
LC_ALL=en_US.UTF-8
|
||||
|
||||
|
@ -132,10 +132,10 @@ RUN set -ex; \
|
|||
|
||||
RUN set -ex; \
|
||||
cd /tmp; \
|
||||
wget https://github.com/borkdude/clj-kondo/releases/download/v2020.11.07/clj-kondo-2020.11.07-linux-amd64.zip; \
|
||||
unzip clj-kondo-2020.11.07-linux-amd64.zip; \
|
||||
wget https://github.com/borkdude/clj-kondo/releases/download/v2021.01.20/clj-kondo-2021.01.20-linux-amd64.zip; \
|
||||
unzip clj-kondo-2021.01.20-linux-amd64.zip; \
|
||||
mv clj-kondo /usr/local/bin/; \
|
||||
rm clj-kondo-2020.11.07-linux-amd64.zip;
|
||||
rm clj-kondo-2021.01.20-linux-amd64.zip;
|
||||
|
||||
EXPOSE 3447
|
||||
EXPOSE 3448
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue