From 604fab9ee69602b0a245ed5823b7e045a1b83fe6 Mon Sep 17 00:00:00 2001 From: Vlad Ilyushchenko Date: Wed, 4 Dec 2019 16:31:38 +0000 Subject: [PATCH] build: docker image 4.0.2 --- core/Dockerfile-linux | 2 +- core/Dockerfile-linux-arm64 | 2 +- core/Dockerfile-windows | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/Dockerfile-linux b/core/Dockerfile-linux index 05cdb23a5..2dc81f0d7 100644 --- a/core/Dockerfile-linux +++ b/core/Dockerfile-linux @@ -2,7 +2,7 @@ FROM debian:stable-20191014-slim ENV JRE jre-8u231-linux-x64.tar.gz ENV JRE_DIR jre1.8.0_231 -ENV QUESTDB_VERSION 4.0.1 +ENV QUESTDB_VERSION 4.0.2 # install 'ps' command needed by questdb shell script #RUN apt-get update && apt-get install -y procps diff --git a/core/Dockerfile-linux-arm64 b/core/Dockerfile-linux-arm64 index cc92d350c..c4ee60950 100644 --- a/core/Dockerfile-linux-arm64 +++ b/core/Dockerfile-linux-arm64 @@ -2,7 +2,7 @@ FROM debian:stable-20191014-slim ENV JRE jdk-8u231-linux-arm64-vfp-hflt.tar.gz ENV JRE_DIR jdk1.8.0_231 -ENV QUESTDB_VERSION 4.0.1 +ENV QUESTDB_VERSION 4.0.2 # Copy the binary file into the container at /app COPY target/questdb-${QUESTDB_VERSION}-bin.tar.gz /app/ diff --git a/core/Dockerfile-windows b/core/Dockerfile-windows index 6de88d45c..4d27bb7bb 100644 --- a/core/Dockerfile-windows +++ b/core/Dockerfile-windows @@ -1,7 +1,7 @@ FROM microsoft/nanoserver:1803 ENV JRE jre-8u231-windows-x64.tar.gz -ENV QUESTDB_VERSION 4.0.1 +ENV QUESTDB_VERSION 4.0.2 # Copy the binary file into the container at /app COPY target/questdb-${QUESTDB_VERSION}-bin.tar.gz /app/ -- GitLab