Skip to content

Commit

Permalink
chore: pin gitea image for ITs for now (#2449)
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps authored Nov 27, 2023
1 parent 0bfe70a commit cd8a66d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/testing/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func local(ctx context.Context, client *dagger.Client, base, flipt *dagger.Conta

func git(ctx context.Context, client *dagger.Client, base, flipt *dagger.Container, conf testConfig) func() error {
gitea := client.Container().
From("gitea/gitea:latest").
From("gitea/gitea:1.21.1").
WithExposedPort(3000).
WithExec(nil)

Expand Down
2 changes: 1 addition & 1 deletion build/testing/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func Unit(ctx context.Context, client *dagger.Client, flipt *dagger.Container) e
WithExec(nil)

gitea := client.Container().
From("gitea/gitea:latest").
From("gitea/gitea:1.21.1").
WithExposedPort(3000).
WithExec(nil)

Expand Down

0 comments on commit cd8a66d

Please sign in to comment.