File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
# name.
4
4
MINIO_TAG = ' 0.20250422.221226-r0'
5
5
RQLITE_TAG = ' 8.37.0-r0'
6
- DEX_TAG = ' 2.43.0 -r0'
6
+ DEX_TAG = ' 2.43.1 -r0'
7
7
SCHEMAHERO_TAG = ' 0.19.1'
8
8
LVP_TAG = ' 0.6.10'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include Makefile.build.mk
2
2
CURRENT_USER := $(shell id -u -n)
3
3
MINIO_TAG ?= 0.20250422.221226-r0
4
4
RQLITE_TAG ?= 8.37.0-r0
5
- DEX_TAG ?= 2.43.0 -r0
5
+ DEX_TAG ?= 2.43.1 -r0
6
6
LVP_TAG ?= 0.6.10
7
7
PACT_PUBLISH_CONTRACT ?= false
8
8
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ package image
7
7
const (
8
8
Minio = "kotsadm/minio:0.20250422.221226-r0"
9
9
Rqlite = "kotsadm/rqlite:8.37.0-r0"
10
- Dex = "kotsadm/dex:2.43.0 -r0"
10
+ Dex = "kotsadm/dex:2.43.1 -r0"
11
11
Schemahero = "schemahero/schemahero:0.19.1"
12
12
Lvp = "replicated/local-volume-provider:0.6.10"
13
13
)
You can’t perform that action at this time.
0 commit comments