From fbe4dbc896565a8e3fa56c5447f6afc490444f45 Mon Sep 17 00:00:00 2001 From: lrlunin Date: Sun, 18 Jun 2023 16:37:38 +0200 Subject: [PATCH] add desc, bumped version --- Dockerfile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 747c723..29e29e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG BASE_CONTAINER=jupyter/minimal-notebook FROM $BASE_CONTAINER LABEL maintainer="@lrlunin" - +LABEL description="Docker image for the MBI div B JupyterHub" # Fix: https://github.com/hadolint/hadolint/wiki/DL4006 # Fix: https://github.com/koalaman/shellcheck/wiki/SC3014 COPY data/Fira_Sans.zip /tmp/Fira_Sans.zip diff --git a/VERSION b/VERSION index 7693c96..446ba66 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.3 \ No newline at end of file +0.1.4 \ No newline at end of file