diff --git a/docker/Dockerfile.linux.amd64 b/docker/Dockerfile.linux.amd64 index b105e29..6dba026 100644 --- a/docker/Dockerfile.linux.amd64 +++ b/docker/Dockerfile.linux.amd64 @@ -1,7 +1,7 @@ FROM amd64/golang:1.11-alpine AS build RUN apk add --no-cache git build-base && \ - git clone --branch v0.58.3 https://github.com/gohugoio/hugo.git && \ + git clone --branch v0.70.0 https://github.com/gohugoio/hugo.git && \ cd hugo/ && \ CGO_ENABLED=0 go build -ldflags "-s -w -X github.com/gohugoio/hugo/common/hugo.buildDate=$(date +%Y-%m-%dT%H:%M:%SZ) -X github.com/gohugoio/hugo/common/hugo.commitHash=$(git rev-parse --short HEAD)" -o /tmp/hugo . && \ CGO_ENABLED=1 go build -tags extended -ldflags "-s -w -X github.com/gohugoio/hugo/common/hugo.buildDate=$(date +%Y-%m-%dT%H:%M:%SZ) -X github.com/gohugoio/hugo/common/hugo.commitHash=$(git rev-parse --short HEAD)" -o /tmp/hugo-extended @@ -16,7 +16,7 @@ LABEL maintainer="Drone.IO Community " \ RUN apk --no-cache add git libc6-compat libstdc++ ENV PLUGIN_HUGO_ARCH=64bit -ENV PLUGIN_HUGO_SHIPPED_VERSION=0.58.3 +ENV PLUGIN_HUGO_SHIPPED_VERSION=0.70.0 COPY --from=build /tmp/hugo /bin/hugo COPY --from=build /tmp/hugo-extended /bin/hugo-extended diff --git a/docker/Dockerfile.linux.arm b/docker/Dockerfile.linux.arm index 2da12ca..50e2d6f 100644 --- a/docker/Dockerfile.linux.arm +++ b/docker/Dockerfile.linux.arm @@ -1,7 +1,7 @@ FROM arm32v6/golang:1.11-alpine AS build RUN apk add --no-cache git build-base && \ - git clone --branch v0.58.3 https://github.com/gohugoio/hugo.git && \ + git clone --branch v0.70.0 https://github.com/gohugoio/hugo.git && \ cd hugo/ && \ CGO_ENABLED=0 go build -ldflags "-s -w -X github.com/gohugoio/hugo/common/hugo.buildDate=$(date +%Y-%m-%dT%H:%M:%SZ) -X github.com/gohugoio/hugo/common/hugo.commitHash=$(git rev-parse --short HEAD)" -o /tmp/hugo . && \ CGO_ENABLED=1 go build -tags extended -ldflags "-s -w -X github.com/gohugoio/hugo/common/hugo.buildDate=$(date +%Y-%m-%dT%H:%M:%SZ) -X github.com/gohugoio/hugo/common/hugo.commitHash=$(git rev-parse --short HEAD)" -o /tmp/hugo-extended @@ -16,7 +16,7 @@ LABEL maintainer="Drone.IO Community " \ RUN apk --no-cache add git libc6-compat libstdc++ ENV PLUGIN_HUGO_ARCH=arm -ENV PLUGIN_HUGO_SHIPPED_VERSION=0.58.3 +ENV PLUGIN_HUGO_SHIPPED_VERSION=0.70.0 COPY --from=build /tmp/hugo /bin/hugo COPY --from=build /tmp/hugo-extended /bin/hugo-extended diff --git a/docker/Dockerfile.linux.arm64 b/docker/Dockerfile.linux.arm64 index f5e767c..8e59f7c 100644 --- a/docker/Dockerfile.linux.arm64 +++ b/docker/Dockerfile.linux.arm64 @@ -1,7 +1,7 @@ FROM arm64v8/golang:1.11-alpine AS build RUN apk add --no-cache git build-base && \ - git clone --branch v0.58.3 https://github.com/gohugoio/hugo.git && \ + git clone --branch v0.70.0 https://github.com/gohugoio/hugo.git && \ cd hugo/ && \ CGO_ENABLED=0 go build -ldflags "-s -w -X github.com/gohugoio/hugo/common/hugo.buildDate=$(date +%Y-%m-%dT%H:%M:%SZ) -X github.com/gohugoio/hugo/common/hugo.commitHash=$(git rev-parse --short HEAD)" -o /tmp/hugo . && \ CGO_ENABLED=1 go build -tags extended -ldflags "-s -w -X github.com/gohugoio/hugo/common/hugo.buildDate=$(date +%Y-%m-%dT%H:%M:%SZ) -X github.com/gohugoio/hugo/common/hugo.commitHash=$(git rev-parse --short HEAD)" -o /tmp/hugo-extended @@ -16,7 +16,7 @@ LABEL maintainer="Drone.IO Community " \ RUN apk --no-cache add git libc6-compat libstdc++ ENV PLUGIN_HUGO_ARCH=arm64 -ENV PLUGIN_HUGO_SHIPPED_VERSION=0.58.3 +ENV PLUGIN_HUGO_SHIPPED_VERSION=0.70.0 COPY --from=build /tmp/hugo /bin/hugo COPY --from=build /tmp/hugo-extended /bin/hugo-extended