From 6d7dc165875e7a0f0f88a4e2d3da59481e777b23 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Tue, 30 May 2023 10:51:33 +0200 Subject: [PATCH] Use a custom built image as a hugo builder --- Containerfile | 2 +- chart/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index c0556ea..a263167 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM git.badhouseplants.net/badhouseplants/hugo-builder +FROM git.badhouseplants.net/badhouseplants/hugo-container:451ffcefe9803644a65172b04e34392564ce8743 WORKDIR /src COPY ./src /src ENTRYPOINT ["hugo"] diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 104db0b..4ce8eb3 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: badhouseplants-net description: A Helm chart for Kubernetes type: application -version: 0.7.0 +version: 0.7.1 appVersion: "4.20.0" dependencies: - name: remark42