Skip to content

Commit

Permalink
build: Bump buildbox version for master to teleport17
Browse files Browse the repository at this point in the history
Now that branch/v16 has been cut, master should use `teleport17` as the
buildbox version.
  • Loading branch information
camscale committed Jun 7, 2024
1 parent 76187e4 commit 4a5ce19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.assets/images.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DIR := $(dir $(lastword $(MAKEFILE_LIST)))
include $(DIR)arch.mk
endif

BUILDBOX_VERSION ?= teleport16
BUILDBOX_VERSION ?= teleport17
BUILDBOX_BASE_NAME ?= ghcr.io/gravitational/teleport-buildbox

BUILDBOX = $(BUILDBOX_BASE_NAME):$(BUILDBOX_VERSION)
Expand Down

0 comments on commit 4a5ce19

Please sign in to comment.