mirror of
https://github.com/jakejarvis/hugo-docker.git
synced 2026-07-22 20:55:56 -04:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
42de4d2c48 |
@@ -81,7 +81,7 @@ jobs:
|
|||||||
run: echo ${{ steps.build.outputs.digest }}
|
run: echo ${{ steps.build.outputs.digest }}
|
||||||
|
|
||||||
- name: Update hub description
|
- name: Update hub description
|
||||||
uses: peter-evans/dockerhub-description@v4
|
uses: peter-evans/dockerhub-description@v3
|
||||||
if: ${{ github.ref == 'refs/heads/master' }}
|
if: ${{ github.ref == 'refs/heads/master' }}
|
||||||
with:
|
with:
|
||||||
username: jakejarvis
|
username: jakejarvis
|
||||||
|
|||||||
+4
-4
@@ -1,6 +1,6 @@
|
|||||||
# the following version can be overridden at image build time with --build-arg
|
# the following version can be overridden at image build time with --build-arg
|
||||||
# renovate: datasource=github-releases depName=gohugoio/hugo
|
# renovate: datasource=github-releases depName=gohugoio/hugo
|
||||||
ARG HUGO_VERSION=0.124.1
|
ARG HUGO_VERSION=0.113.0
|
||||||
|
|
||||||
# remove/comment the following line completely to compile vanilla Hugo:
|
# remove/comment the following line completely to compile vanilla Hugo:
|
||||||
ARG HUGO_BUILD_TAGS=extended
|
ARG HUGO_BUILD_TAGS=extended
|
||||||
@@ -8,7 +8,7 @@ ARG HUGO_BUILD_TAGS=extended
|
|||||||
# ---
|
# ---
|
||||||
|
|
||||||
# Hugo >= v0.81.0 requires Go 1.16+ to build
|
# Hugo >= v0.81.0 requires Go 1.16+ to build
|
||||||
FROM golang:1.22-alpine3.18 AS build
|
FROM golang:1.21-alpine3.18 AS build
|
||||||
|
|
||||||
# renew global args from above
|
# renew global args from above
|
||||||
# https://docs.docker.com/engine/reference/builder/#scope
|
# https://docs.docker.com/engine/reference/builder/#scope
|
||||||
@@ -47,13 +47,13 @@ RUN go install github.com/yaegashi/muslstack@latest && \
|
|||||||
|
|
||||||
# ---
|
# ---
|
||||||
|
|
||||||
FROM alpine:3.18
|
FROM alpine:3
|
||||||
|
|
||||||
# renew global args from above & pin any dependency versions
|
# renew global args from above & pin any dependency versions
|
||||||
ARG HUGO_VERSION
|
ARG HUGO_VERSION
|
||||||
# https://github.com/jgm/pandoc/releases
|
# https://github.com/jgm/pandoc/releases
|
||||||
# renovate: datasource=github-releases depName=jgm/pandoc
|
# renovate: datasource=github-releases depName=jgm/pandoc
|
||||||
ARG PANDOC_VERSION=3.1.13
|
ARG PANDOC_VERSION=3.1.11
|
||||||
# https://github.com/sass/dart-sass-embedded/releases
|
# https://github.com/sass/dart-sass-embedded/releases
|
||||||
# renovate: datasource=github-releases depName=sass/dart-sass-embedded
|
# renovate: datasource=github-releases depName=sass/dart-sass-embedded
|
||||||
ARG DART_SASS_VERSION=1.62.1
|
ARG DART_SASS_VERSION=1.62.1
|
||||||
|
|||||||
Reference in New Issue
Block a user