Skip to content

Commit b271966

Browse files
authored
Merge pull request #548 from KiraCore/feature/base_img_v0.13.19
feature/base_img_v0.13.19 -> release/v0.12.01
2 parents ab5780a + 07557f1 commit b271966

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id-token: write
1717
pull-requests: write
1818
container:
19-
image: ghcr.io/kiracore/docker/base-image:v0.13.12
19+
image: ghcr.io/kiracore/docker/base-image:v0.13.19
2020
steps:
2121
# Work around https://github.com/actions/checkout/issues/760
2222
- name: Add safe.directory
@@ -202,7 +202,7 @@ jobs:
202202
# Install the cosign tool
203203
# ref.: https://github.com/sigstore/cosign-installer, v3.0.1
204204
- name: Install cosign
205-
uses: sigstore/cosign-installer@c3667d99424e7e6047999fb6246c0da843953c65
205+
uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8
206206
with:
207207
cosign-release: 'v2.0.0'
208208
- name: Download artifacts

RELEASE.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
Features:
22

3-
* Decreasse commit timeout 10000ms -> 30000ms
3+
* Fix cosign installer
4+
* Base image update

scripts/version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
echo "v0.11.27"
3+
echo "v0.12.01"

workstation/init.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [ "$USER" != root ]; then
2525
fi
2626

2727
# Used To Initialize essential dependencies
28-
BASE_IMAGE_VERSION="v0.13.14"
28+
BASE_IMAGE_VERSION="v0.13.19"
2929
TOOLS_VERSION="v0.3.46"
3030
COSIGN_VERSION="v2.0.2"
3131

0 commit comments

Comments
 (0)