Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Commit

Permalink
(#9) v0.1.1:
Browse files Browse the repository at this point in the history
* (#8) Update the base image.
  • Loading branch information
Pavel Sobolev committed Aug 28, 2020
2 parents 2f3f7f3 + 4765bb6 commit 089ae4e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Base image
FROM paveloom/binder-base:0.1.1
FROM paveloom/binder-base:0.1.2

# Meta information
LABEL maintainer="Pavel Sobolev (https://github.com/Paveloom)"
LABEL version="0.1.0"
LABEL version="0.1.1"
LABEL description="Basically, `paveloom/binder-base` + TeX dependencies."
LABEL github-repository="https://github.com/paveloom-d/binder-tex"
LABEL docker-repository="https://hub.docker.com/r/paveloom/binder-tex"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TeX dependencies and a couple of Python packages. See more under the spoiler:
<li>
Base image:
<a href="https://github.com/paveloom-d/binder-base">paveloom/binder-base</a>
(0.1.1)
(0.1.2)
</li>
<li>TexLive:</li>
<ul>
Expand Down Expand Up @@ -54,4 +54,5 @@ FROM paveloom/binder-tex:tag

where the `tag` is one of the following:

* [0.1.1](https://github.com/paveloom-d/binder-tex/releases/tag/v0.1.1)
* [0.1.0](https://github.com/paveloom-d/binder-tex/releases/tag/v0.1.0)
2 changes: 1 addition & 1 deletion binder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base image
FROM paveloom/binder-tex:0.1.0
FROM paveloom/binder-tex:0.1.1

# Get the example notebook
RUN wget https://raw.githubusercontent.com/paveloom-d/binder-tex/master/examples/example.ipynb >/dev/null 2>&1

0 comments on commit 089ae4e

Please sign in to comment.