diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c42e6fafa..a13366723 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.11.2 + image: ghcr.io/kiracore/docker/base-image:v0.13.14 steps: # Work around https://github.com/actions/checkout/issues/760 - name: Add safe.directory diff --git a/RELEASE.md b/RELEASE.md index fb082a689..475deb1b7 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,4 @@ Features: -- Remove abandoned record ids from request records. +- Update gitflow doker base-iamge v0.11.2 -> v0.13.14 + \ No newline at end of file diff --git a/types/constants.go b/types/constants.go index 8cecf810d..35077b519 100644 --- a/types/constants.go +++ b/types/constants.go @@ -3,6 +3,6 @@ package types const ( // we set page iteration limit for safety PageIterationLimit = 512 - SekaiVersion = "v0.3.30" + SekaiVersion = "v0.3.31" CosmosVersion = "v0.45.10" )