diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 496d6ac3..9821f74f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: id-token: write pull-requests: write container: - image: ghcr.io/kiracore/docker/base-image:v0.14.03 + image: ghcr.io/kiracore/docker/base-image:v0.14.04 steps: # Work around https://github.com/actions/checkout/issues/760 - name: Add safe.directory diff --git a/RELEASE.md b/RELEASE.md index eec3bbd1..82a4e42f 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,4 @@ Features: -* Update app.toml configuration -* Add app.toml grpc setting +* Update base-image to `v0.14.04` diff --git a/docs/DOCKER.md b/docs/DOCKER.md index 788cb27e..dd474e0a 100644 --- a/docs/DOCKER.md +++ b/docs/DOCKER.md @@ -19,7 +19,7 @@ docker rm -f $(docker ps -a -q) && \ # echo $(globGet BASE_IMAGE_SRC) BASE_NAME="test" && \ - BASE_IMG="ghcr.io/kiracore/docker/kira-base:v0.14.03" && \ + BASE_IMG="ghcr.io/kiracore/docker/kira-base:v0.14.04" && \ docker run -i -t -d --privileged --net bridge --name $BASE_NAME --hostname test.local $BASE_IMG /bin/bash # Find container by name diff --git a/scripts/version.sh b/scripts/version.sh index 9f8c3106..d3a97c01 100644 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -echo "v0.12.24" +echo "v0.12.25" diff --git a/workstation/init.sh b/workstation/init.sh index 819c7c41..cf23a226 100755 --- a/workstation/init.sh +++ b/workstation/init.sh @@ -25,7 +25,7 @@ if [ "$USER" != root ]; then fi # Used To Initialize essential dependencies -BASE_IMAGE_VERSION="v0.14.03" +BASE_IMAGE_VERSION="v0.14.04" TOOLS_VERSION="v0.3.54" COSIGN_VERSION="v2.2.3"