Skip to content

Commit

Permalink
change base image
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Dec 18, 2024
1 parent ce51ccb commit e300175
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ steps:
waitFor: ["-"]
env:
- "DOCKER_BUILDKIT=1"
- name: ubuntu:24.04
- name: alpine/git:latest
entrypoint: bash
args:
- "-c"
Expand All @@ -38,7 +38,7 @@ steps:
git switch 113a378d5aad5018876ec0a8cbfd4d6a4f746809
id: download-api-definitions
waitFor: ["-"]
- name: ubuntu:24.04
- name: alpine/git:latest
entrypoint: bash
args:
- "-c"
Expand Down

0 comments on commit e300175

Please sign in to comment.