Skip to content

Commit

Permalink
Update alpine/git
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 11, 2024
1 parent 4ea0656 commit 3cc7f48
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ast/tests/git-clone.ast.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"command": {
"args": [
"alpine/git:1.0.7"
"alpine/git:1.0.35"
],
"name": "FROM"
}
Expand Down
2 changes: 1 addition & 1 deletion buildcontext/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
)

const (
defaultGitImage = "alpine/git:v2.30.1"
defaultGitImage = "alpine/git:v2.43.0"
)

type gitResolver struct {
Expand Down
2 changes: 1 addition & 1 deletion tests/git-clone.earth
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION 0.7
FROM alpine/git:v2.30.1
FROM alpine/git:v2.43.0
test:
WORKDIR /test
GIT CLONE https://github.com/moby/buildkit.git buildkit
Expand Down
2 changes: 1 addition & 1 deletion tests/git-ssh-server/git-clone-private-ssh.earth
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION 0.7
FROM alpine/git:1.0.7
FROM alpine/git:1.0.35
test:
WORKDIR /test
GIT CLONE --branch main [email protected]:testuser/repo.git myrepo
Expand Down
2 changes: 1 addition & 1 deletion tests/private-https/git-clone-private-https.earth
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION 0.7
FROM alpine/git:1.0.7
FROM alpine/git:1.0.35
test:
WORKDIR /test
GIT CLONE --branch main https://selfsigned.example.com/testuser/repo.git myrepo
Expand Down
2 changes: 1 addition & 1 deletion tests/public-https/git-clone-public-https.earth
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION 0.7
FROM alpine/git:1.0.7
FROM alpine/git:1.0.35
test:
WORKDIR /test
GIT CLONE --branch main https://selfsigned.example.com/testuser/repo.git myrepo
Expand Down

0 comments on commit 3cc7f48

Please sign in to comment.