We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af970cf commit 437ba43Copy full SHA for 437ba43
Makefile
@@ -12,9 +12,9 @@ TAG_SUFFIX ?= $(shell echo "-$(BASE_IMAGE)" | $(SED) 's|:|-|g' | $(
12
VCS_REF := $(shell git rev-parse --short HEAD)
13
BUILD_DATE := $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
14
PLATFORM ?= linux/amd64,linux/386,linux/arm64,linux/arm/v7
15
-RELEASES ?= latest stable 22.3.7
16
-STABLE ?= 22.3.7
17
-LATEST ?= 23.0.0
+RELEASES ?= latest stable 23.3.5
+STABLE ?= 23.3.5
+LATEST ?= 24.0.5
18
BUILD_PROGRESS ?= auto
19
BUILD_OUTPUT ?= type=registry
20
BUILD_TYPE ?= release
0 commit comments