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 33# name.
44MINIO_TAG = ' 0.20251015.172955-r0'
55RQLITE_TAG = ' 9.1.3-r0'
6- DEX_TAG = ' 2.44.0-r2 '
6+ DEX_TAG = ' 2.44.0-r3 '
77SCHEMAHERO_TAG = ' 0.22.1'
88LVP_TAG = ' 0.6.10'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include Makefile.build.mk
22CURRENT_USER := $(shell id -u -n)
33MINIO_TAG ?= 0.20251015.172955-r0
44RQLITE_TAG ?= 9.1.3-r0
5- DEX_TAG ?= 2.44.0-r2
5+ DEX_TAG ?= 2.44.0-r3
66LVP_TAG ?= 0.6.10
77PACT_PUBLISH_CONTRACT ?= false
88
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ package image
77const (
88 Minio = "docker.io/kotsadm/minio:0.20251015.172955-r0"
99 Rqlite = "docker.io/kotsadm/rqlite:9.1.3-r0"
10- Dex = "docker.io/kotsadm/dex:2.44.0-r2 "
10+ Dex = "docker.io/kotsadm/dex:2.44.0-r3 "
1111 Schemahero = "docker.io/schemahero/schemahero:0.22.1"
1212 Lvp = "docker.io/replicated/local-volume-provider:0.6.10"
1313)
You can’t perform that action at this time.
0 commit comments