Skip to content

Commit

Permalink
add desc, bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlunin committed Jun 18, 2023
1 parent 1aa4fd1 commit fbe4dbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.1.4

0 comments on commit fbe4dbc

Please sign in to comment.