diff --git a/Dockerfile b/Dockerfile index ebd7d6c..101b93c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apk add --no-cache \ openssh-client \ rsync -ENV VERSION 0.55.0 +ENV VERSION 0.70.0 RUN mkdir -p /usr/local/src \ && cd /usr/local/src \ diff --git a/README.md b/README.md index 05d4ad0..5a2f120 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,8 @@ The latest builds are: - [`latest`](https://github.com/jguyomard/docker-hugo/blob/master/Dockerfile) - [`extras`](https://github.com/jguyomard/docker-hugo/blob/master/extras/Dockerfile) -- [`0.55`](https://github.com/jguyomard/docker-hugo/blob/v0.55/Dockerfile) -- [`0.55-extras`](https://github.com/jguyomard/docker-hugo/blob/v0.55/extras/Dockerfile) +- [`0.70`](https://github.com/jguyomard/docker-hugo/blob/v0.70/Dockerfile) +- [`0.70-extras`](https://github.com/jguyomard/docker-hugo/blob/v0.70/extras/Dockerfile) A complete list of available tags can be found on the [docker store page](https://store.docker.com/community/images/jguyomard/hugo-builder/tags). diff --git a/extras/Dockerfile b/extras/Dockerfile index 45a61ae..b75549e 100644 --- a/extras/Dockerfile +++ b/extras/Dockerfile @@ -1,4 +1,4 @@ -FROM jguyomard/hugo-builder:0.55 +FROM jguyomard/hugo-builder:0.70 MAINTAINER JG