Update hugo version
This commit is contained in:
parent
3daaf01c98
commit
dd6475f3c9
@ -9,7 +9,7 @@ trigger:
|
|||||||
- push
|
- push
|
||||||
|
|
||||||
image-anchor: &image-anchor
|
image-anchor: &image-anchor
|
||||||
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:555262114ea81f6f286010474527f419b56d33a3
|
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:9fabf0ce6eab3a9a9da15b2791e8282afc05ee0b
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- <<: *image-anchor
|
- <<: *image-anchor
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
FROM ghcr.io/allanger/dumb-downloader as builder
|
FROM ghcr.io/allanger/dumb-downloader as builder
|
||||||
RUN apt-get update -y && apt-get install tar -y
|
RUN apt-get update -y && apt-get install tar -y
|
||||||
ENV RUST_LOG=info
|
ENV RUST_LOG=info
|
||||||
ARG HUGO_VERSION=0.121.0
|
ARG HUGO_VERSION=0.122.0
|
||||||
ARG HUGO_OUTPUT=/tmp/hugo.tar.gz
|
ARG HUGO_OUTPUT=/tmp/hugo.tar.gz
|
||||||
RUN dudo -l "https://github.com/gohugoio/hugo/releases/download/v{{ version }}/hugo_extended_{{ version }}_{{ os }}-{{ arch }}.tar.gz" -d $HUGO_OUTPUT -p $HUGO_VERSION
|
RUN dudo -l "https://github.com/gohugoio/hugo/releases/download/v{{ version }}/hugo_extended_{{ version }}_{{ os }}-{{ arch }}.tar.gz" -d $HUGO_OUTPUT -p $HUGO_VERSION
|
||||||
RUN tar -xf $HUGO_OUTPUT -C /tmp && rm -f $HUGO_OUTPUT
|
RUN tar -xf $HUGO_OUTPUT -C /tmp && rm -f $HUGO_OUTPUT
|
||||||
|
Loading…
Reference in New Issue
Block a user