File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ services:
35
35
command : /opt/setup/setup.sh
36
36
vault :
37
37
container_name : vault
38
- image : quay .io/cybozu/vault:1.14
38
+ image : ghcr .io/cybozu/vault:1.15
39
39
networks :
40
40
app_net :
41
41
ipv4_address : 172.30.0.13
Original file line number Diff line number Diff line change 2
2
3
3
# tool versions
4
4
MANAGEMENT_ETCD_VERSION = 3.5.10
5
- VAULT_VERSION = 1.15.2
5
+ VAULT_VERSION = 1.15.3
6
6
K8S_VERSION = 1.27.8
7
7
CONTAINERD_VERSION = 1.7.9
8
8
CRITOOLS_VERSION = 1.28.0
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ services:
35
35
command : /opt/setup/setup.sh
36
36
vault :
37
37
container_name : vault
38
- image : quay .io/cybozu/vault:1.14
38
+ image : ghcr .io/cybozu/vault:1.15
39
39
networks :
40
40
app_net :
41
41
ipv4_address : 172.30.0.13
You can’t perform that action at this time.
0 commit comments