File tree 5 files changed +5
-6
lines changed
5 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 16
16
id-token : write
17
17
pull-requests : write
18
18
container :
19
- image : ghcr.io/kiracore/docker/base-image:v0.14.03
19
+ image : ghcr.io/kiracore/docker/base-image:v0.14.04
20
20
steps :
21
21
# Work around https://github.com/actions/checkout/issues/760
22
22
- name : Add safe.directory
Original file line number Diff line number Diff line change 1
1
Features:
2
2
3
- * Update app.toml configuration
4
- * Add app.toml grpc setting
3
+ * Update base-image to ` v0.14.04 `
5
4
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ docker rm -f $(docker ps -a -q) && \
19
19
# echo $(globGet BASE_IMAGE_SRC)
20
20
21
21
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 " && \
23
23
docker run -i -t -d --privileged --net bridge --name $BASE_NAME --hostname test.local $BASE_IMG /bin/bash
24
24
25
25
# Find container by name
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- echo " v0.12.24 "
3
+ echo " v0.12.25 "
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if [ "$USER" != root ]; then
25
25
fi
26
26
27
27
# Used To Initialize essential dependencies
28
- BASE_IMAGE_VERSION=" v0.14.03 "
28
+ BASE_IMAGE_VERSION=" v0.14.04 "
29
29
TOOLS_VERSION=" v0.3.54"
30
30
COSIGN_VERSION=" v2.2.3"
31
31
You can’t perform that action at this time.
0 commit comments