Skip to content

Commit

Permalink
[hugo] 2 changes
Browse files Browse the repository at this point in the history
image:base-glibc 328a35e84732->fd43760a0b18
image:golang d10c3e0f0659->dd6035aab3b9
  • Loading branch information
csmith-ci committed Jan 4, 2025
1 parent b9cbfc1 commit 4b0df82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hugo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated from https://github.com/csmith/dockerfiles/blob/master/hugo/Dockerfile.gotpl
# BOM: {"apk:binutils":"2.43.1-r1","apk:g++":"14.2.0-r4","apk:gcc":"14.2.0-r4","apk:gmp":"6.3.0-r2","apk:isl25":"0.25-r2","apk:jansson":"2.14-r4","apk:libatomic":"14.2.0-r4","apk:libgcc":"14.2.0-r4","apk:libgomp":"14.2.0-r4","apk:libstdc++":"14.2.0-r4","apk:libstdc++-dev":"14.2.0-r4","apk:mpc1":"1.3.1-r1","apk:mpfr4":"4.2.1-r0","apk:musl":"1.2.5-r8","apk:musl-dev":"1.2.5-r8","apk:zlib":"1.3.1-r2","apk:zstd-libs":"1.5.6-r2","github:gohugoio/hugo":"v0.140.2","github:magefile/mage":"v1.15.0","image:base-glibc":"328a35e847326e90bb195327f52180b89f3b5599ba685b7da798a9333e4df5a5","image:golang":"d10c3e0f065951d99d1343cab61716daa8482ce4d7a430c3d590baf79d6c6c01"}
# BOM: {"apk:binutils":"2.43.1-r1","apk:g++":"14.2.0-r4","apk:gcc":"14.2.0-r4","apk:gmp":"6.3.0-r2","apk:isl25":"0.25-r2","apk:jansson":"2.14-r4","apk:libatomic":"14.2.0-r4","apk:libgcc":"14.2.0-r4","apk:libgomp":"14.2.0-r4","apk:libstdc++":"14.2.0-r4","apk:libstdc++-dev":"14.2.0-r4","apk:mpc1":"1.3.1-r1","apk:mpfr4":"4.2.1-r0","apk:musl":"1.2.5-r8","apk:musl-dev":"1.2.5-r8","apk:zlib":"1.3.1-r2","apk:zstd-libs":"1.5.6-r2","github:gohugoio/hugo":"v0.140.2","github:magefile/mage":"v1.15.0","image:base-glibc":"fd43760a0b18e2e522215690ca7082b61ea5a4f961b64512afd0d4be1cd6eddf","image:golang":"dd6035aab3b9568fd9cf56c1bfe223c945f1f7ed64f59c65230423bfb6fd136d"}

FROM reg.c5h.io/golang@sha256:d10c3e0f065951d99d1343cab61716daa8482ce4d7a430c3d590baf79d6c6c01 AS build
FROM reg.c5h.io/golang@sha256:dd6035aab3b9568fd9cf56c1bfe223c945f1f7ed64f59c65230423bfb6fd136d AS build

RUN set -eux; \
apk add --no-cache \
Expand Down Expand Up @@ -38,7 +38,7 @@ RUN set -eux; \
HUGO_BUILD_TAGS=extended go run github.com/magefile/mage@$MAGE install; \
mkdir -p /tmp/site;

FROM reg.c5h.io/base-glibc@sha256:328a35e847326e90bb195327f52180b89f3b5599ba685b7da798a9333e4df5a5
FROM reg.c5h.io/base-glibc@sha256:fd43760a0b18e2e522215690ca7082b61ea5a4f961b64512afd0d4be1cd6eddf

COPY --from=build /go/bin/hugo /usr/bin/hugo
COPY --from=build --chown=65532:65532 /tmp/site /
Expand Down

0 comments on commit 4b0df82

Please sign in to comment.