⬆️ Update deps and devenv.

This commit is contained in:
Andrey Antukh 2021-04-24 11:49:58 +02:00
parent a67370bb83
commit 170ab9e93b
4 changed files with 39 additions and 54 deletions

View file

@ -3,10 +3,10 @@ LABEL maintainer="Andrey Antukh <niwi@niwi.nz>"
ARG DEBIAN_FRONTEND=noninteractive
ENV NODE_VERSION=v14.16.0 \
ENV NODE_VERSION=v14.16.1 \
CLOJURE_VERSION=1.10.3.822 \
CLJKONDO_VERSION=2021.03.31 \
BABASHKA_VERSION=0.3.2 \
CLJKONDO_VERSION=2021.04.23 \
BABASHKA_VERSION=0.3.5 \
LANG=en_US.UTF-8 \
LC_ALL=en_US.UTF-8
@ -50,6 +50,9 @@ RUN set -ex; \
nginx \
jq \
redis-tools \
woff-tools \
woff2 \
fontforge \
; \
rm -rf /var/lib/apt/lists/*;
@ -95,7 +98,7 @@ RUN set -ex; \
rm -rf /var/lib/apt/lists/*;
RUN set -ex; \
curl -LfsSo /tmp/openjdk.tar.gz https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk-16%2B36/OpenJDK16-jdk_x64_linux_hotspot_16_36.tar.gz; \
curl -LfsSo /tmp/openjdk.tar.gz https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk-16.0.1%2B9/OpenJDK16U-jdk_x64_linux_hotspot_16.0.1_9.tar.gz; \
mkdir -p /usr/lib/jvm/openjdk16; \
cd /usr/lib/jvm/openjdk16; \
tar -xf /tmp/openjdk.tar.gz --strip-components=1; \

View file

@ -129,6 +129,7 @@ http {
location / {
add_header Cache-Control "no-cache, max-age=0";
proxy_pass http://127.0.0.1:8888;
}
}
}