Skip to content

Commit

Permalink
Update gsoci.azurecr.io/giantswarm/hugo Docker tag to v0.139.3 (#2404)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marian Steinbach <[email protected]>
  • Loading branch information
renovate[bot] and marians authored Dec 12, 2024
1 parent 39b826b commit 110c1c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM gsoci.azurecr.io/giantswarm/hugo:v0.125.5-full AS build
FROM gsoci.azurecr.io/giantswarm/hugo:v0.139.3-full AS build

WORKDIR /docs

COPY . /docs

# Expose the release version in content
ENV HUGO_DOCS_VERSION $CIRCLE_TAG
ENV HUGO_DOCS_VERSION="$CIRCLE_TAG"

RUN hugo \
--logLevel info \
Expand Down

0 comments on commit 110c1c8

Please sign in to comment.