Skip to content

Commit afd1204

Browse files
committed
fix
1 parent 7712bfc commit afd1204

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM golang as hugo-builder
1+
FROM golang AS hugo-builder
22

3-
RUN CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@v0.127.0
3+
RUN CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@v0.128.0
44

55
FROM asciidoctor/docker-asciidoctor
66

Diff for: netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[context.production.environment]
2-
HUGO_VERSION = "0.125.4"
2+
HUGO_VERSION = "0.128.0"

0 commit comments

Comments
 (0)