Skip to content

Commit 3c7f93b

Browse files
committed
Bump release ver
1 parent ab5780a commit 3c7f93b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/main.yml

+1-1
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

RELEASE.md

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

3-
* Decreasse commit timeout 10000ms -> 30000ms
3+
* 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.00"

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)