Skip to content

Commit

Permalink
fix: update lfs version in git-clone to handle stored credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Bleuler authored and ableuler committed Aug 27, 2020
1 parent 2481eb1 commit c7f017d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chartpress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ charts:
- jupyterhub
git-clone:
buildArgs:
GIT_ALPINE_VERSION: 1.0.7
GIT_ALPINE_VERSION: 1.0.17
contextPath: git-clone
dockerfilePath: git-clone/Dockerfile
valuesPath: git_clone.image
Expand Down
2 changes: 1 addition & 1 deletion git-clone/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GIT_ALPINE_VERSION=1.0.7
ARG GIT_ALPINE_VERSION=1.0.17
ARG BASE_IMAGE=alpine/git:$GIT_ALPINE_VERSION
FROM $BASE_IMAGE

Expand Down

0 comments on commit c7f017d

Please sign in to comment.