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