Skip to content

Commit 5038e0c

Browse files
authored
Update build image fbe4726 (#56)
Signed-off-by: Friedrich Gonzalez <[email protected]>
1 parent fbe4726 commit 5038e0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
lint:
1717
runs-on: ubuntu-latest
18-
container: quay.io/cortexproject/cortex-jsonnet-build-image:e158eda
18+
container: quay.io/cortexproject/cortex-jsonnet-build-image:fbe4726
1919
steps:
2020
- uses: actions/checkout@v4
2121
name: Checkout
@@ -30,7 +30,7 @@ jobs:
3030

3131
build:
3232
runs-on: ubuntu-latest
33-
container: quay.io/cortexproject/cortex-jsonnet-build-image:e158eda
33+
container: quay.io/cortexproject/cortex-jsonnet-build-image:fbe4726
3434
steps:
3535
- uses: actions/checkout@v4
3636
name: Checkout
@@ -42,7 +42,7 @@ jobs:
4242

4343
readme:
4444
runs-on: ubuntu-latest
45-
container: quay.io/cortexproject/cortex-jsonnet-build-image:e158eda
45+
container: quay.io/cortexproject/cortex-jsonnet-build-image:fbe4726
4646
steps:
4747
- uses: actions/checkout@v4
4848
name: Checkout

0 commit comments

Comments
 (0)