Skip to content

Commit

Permalink
Merge branch 'fixes-2074' of github.com:christian-2/tetragon into fix…
Browse files Browse the repository at this point in the history
…es-2074
  • Loading branch information
christian-2 committed Mar 28, 2024
2 parents eeba493 + 2165cb1 commit 9f9f11f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 56 deletions.
52 changes: 0 additions & 52 deletions contrib/openapi-generator/generate.sh

This file was deleted.

2 changes: 1 addition & 1 deletion docs/Dockerfile.hugo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM curlimages/curl:8.00.1@sha256:9e886c104cae1072f7874c9c214f77c6758f2e8a477234e32eda5fcbfa41f225 AS downloader
ARG HUGO_VERSION=0.124.1
ARG HUGO_VERSION=0.111.3
ARG TARGETARCH
WORKDIR tmp
RUN curl -L https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-${TARGETARCH}.tar.gz | tar xz
Expand Down
2 changes: 0 additions & 2 deletions docs/content/en/docs/reference/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ command = "npm ci && hugo"
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF ."

[build.environment]
HUGO_VERSION = "0.124.1"
HUGO_VERSION = "0.120.4"

0 comments on commit 9f9f11f

Please sign in to comment.