We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2870e30 + d81d2b1 commit 2ebc97dCopy full SHA for 2ebc97d
deployments/container/Makefile
@@ -68,6 +68,7 @@ push-%: DIST = $(*)
68
push-short: DIST = $(DEFAULT_PUSH_TARGET)
69
70
71
+build-%: DIST = $(*)
72
build-%: DOCKERFILE_SUFFIX = $(*)
73
build-%: DOCKERFILE = $(CURDIR)/deployments/container/Dockerfile.$(DOCKERFILE_SUFFIX)
74
versions.mk
@@ -12,10 +12,10 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-VERSION ?= v0.2.5
+VERSION ?= v0.2.6
16
17
vVERSION := v$(VERSION:v%=%)
18
19
-GOLANG_VERSION ?= 1.21.8
+GOLANG_VERSION ?= 1.22.2
20
21
GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=40 2> /dev/null || echo "")
0 commit comments