From e59628502591fb7d3987f628c3b7c41eb8be14c2 Mon Sep 17 00:00:00 2001 From: Charles Guertin Date: Fri, 1 Apr 2022 17:44:23 -0400 Subject: [PATCH] Update manifest, fix dockerfile --- Dockerfile | 2 +- manifests/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ea88ef2..dae85d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ ENV CGO_ENABLED=0 \ VERSION=${VERSION} \ GIT_COMMIT=${GIT_COMMIT} -RUN apk add --no-cache --update ca-certificates make +RUN apk add --no-cache --update ca-certificates make git WORKDIR /app diff --git a/manifests/kustomization.yaml b/manifests/kustomization.yaml index 0a35755..7d2ae64 100644 --- a/manifests/kustomization.yaml +++ b/manifests/kustomization.yaml @@ -13,4 +13,4 @@ resources: images: # Needs to be updated on each new release - name: quay.io/cguertin14/k3supdater - newTag: v1.0.4 + newTag: v1.0.5