Skip to content

Commit efae790

Browse files
authored
Merge pull request #572 from KiraCore/feature/upd_base_img_to_v0.14.04
feature/upd_base_img_to_v0.14.04 -> release/v0.12.25
2 parents 159247c + 90d3f86 commit efae790

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
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.14.03
19+
image: ghcr.io/kiracore/docker/base-image:v0.14.04
2020
steps:
2121
# Work around https://github.com/actions/checkout/issues/760
2222
- name: Add safe.directory

RELEASE.md

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

3-
* Update app.toml configuration
4-
* Add app.toml grpc setting
3+
* Update base-image to `v0.14.04`
54

docs/DOCKER.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ docker rm -f $(docker ps -a -q) && \
1919
# echo $(globGet BASE_IMAGE_SRC)
2020
2121
BASE_NAME="test" && \
22-
BASE_IMG="ghcr.io/kiracore/docker/kira-base:v0.14.03" && \
22+
BASE_IMG="ghcr.io/kiracore/docker/kira-base:v0.14.04" && \
2323
docker run -i -t -d --privileged --net bridge --name $BASE_NAME --hostname test.local $BASE_IMG /bin/bash
2424
2525
# Find container by name

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.12.24"
3+
echo "v0.12.25"

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.14.03"
28+
BASE_IMAGE_VERSION="v0.14.04"
2929
TOOLS_VERSION="v0.3.54"
3030
COSIGN_VERSION="v2.2.3"
3131

0 commit comments

Comments
 (0)