Skip to content

Commit

Permalink
Add Hugo v0.45.1. (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
felicianotech committed Jul 25, 2018
1 parent ddb062d commit 8acdb80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 0.45/Dockerfile
Expand Up @@ -2,7 +2,7 @@ FROM ruby:2.4-alpine

LABEL maintainer="ricardo@feliciano.tech"

ENV HUGO_VERSION=0.45
ENV HUGO_VERSION=0.45.1
ENV HUGO_DOWNLOAD_URL=https://github.com/spf13/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz

RUN apk add --update --no-cache --virtual build-dependencies
Expand Down
4 changes: 2 additions & 2 deletions build-images.sh
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

docker build --file 0.45/Dockerfile -t cibuilds/hugo:latest -t cibuilds/hugo:0.45 .
docker build --file 0.45/Dockerfile -t felicianotech/docker-hugo:latest -t felicianotech/docker-hugo:0.45 .
docker build --file 0.45/Dockerfile -t cibuilds/hugo:latest -t cibuilds/hugo:0.45.1 -t cibuilds/hugo:0.45 .
docker build --file 0.45/Dockerfile -t felicianotech/docker-hugo:latest -t felicianotech/docker-hugo:0.45.1 -t felicianotech/docker-hugo:0.45 .

0 comments on commit 8acdb80

Please sign in to comment.