Skip to content

Commit

Permalink
Merge pull request #18 from ii/update-hugo-and-ghs
Browse files Browse the repository at this point in the history
chore: update Hugo and go-http-server
  • Loading branch information
BobyMCbobs authored Jan 7, 2024
2 parents 88ebd3d + 1b5dd8a commit 966e481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ii-nz.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:edge@sha256:f2d1645cd73c7e54584dc225da0b5229d19223412d719669ebda764f41396853 AS build
RUN apk add --no-cache 'hugo=0.120.4-r0'
RUN apk add --no-cache 'hugo=0.121.1-r0'
COPY . /build
WORKDIR /build
RUN hugo
FROM registry.gitlab.com/bobymcbobs/go-http-server@sha256:6a15dd0b3054958ffa2c89e95a36eb3c009aeab25230227fd29399e87706c321 AS site
FROM registry.gitlab.com/bobymcbobs/go-http-server:1.10.0@sha256:fefe30ebfbf22ecf368da12760fd566857e827c5420026a5b060c444adf6e973 AS site
COPY --from=build /build/public /var/run/ko

0 comments on commit 966e481

Please sign in to comment.