Skip to content

Commit 437ba43

Browse files
committed
feat: build versions
1 parent af970cf commit 437ba43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ TAG_SUFFIX ?= $(shell echo "-$(BASE_IMAGE)" | $(SED) 's|:|-|g' | $(
1212
VCS_REF := $(shell git rev-parse --short HEAD)
1313
BUILD_DATE := $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
1414
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
15+
RELEASES ?= latest stable 23.3.5
16+
STABLE ?= 23.3.5
17+
LATEST ?= 24.0.5
1818
BUILD_PROGRESS ?= auto
1919
BUILD_OUTPUT ?= type=registry
2020
BUILD_TYPE ?= release

0 commit comments

Comments
 (0)