Update builder and gohugo
This commit is contained in:
parent
dd6475f3c9
commit
43fd807fea
@ -9,7 +9,7 @@ trigger:
|
||||
- push
|
||||
|
||||
image-anchor: &image-anchor
|
||||
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:9fabf0ce6eab3a9a9da15b2791e8282afc05ee0b
|
||||
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:9665015b44590b7ce2139f7acbad23af6628fff3
|
||||
|
||||
steps:
|
||||
- <<: *image-anchor
|
||||
|
@ -4,7 +4,7 @@
|
||||
FROM ghcr.io/allanger/dumb-downloader as builder
|
||||
RUN apt-get update -y && apt-get install tar -y
|
||||
ENV RUST_LOG=info
|
||||
ARG HUGO_VERSION=0.122.0
|
||||
ARG HUGO_VERSION=0.125.1
|
||||
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 tar -xf $HUGO_OUTPUT -C /tmp && rm -f $HUGO_OUTPUT
|
||||
|
Loading…
Reference in New Issue
Block a user