Skip to content

Commit

Permalink
Update manifest, fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cguertin14 committed Apr 1, 2022
1 parent 0cd440a commit e596285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion manifests/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e596285

Please sign in to comment.