ci: switch BUILD_IMAGE from alpine->debian

This is more consistent with the BASEIMAGE OS, and also ships with bash.
This commit is contained in:
Sam Dowell 2024-06-21 11:16:41 -07:00
parent 742b941a6d
commit aece8508b1
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ IMAGE := $(REGISTRY)/$(BIN)
TAG := $(VERSION)
OS_ARCH_TAG := $(TAG)__$(OS)_$(ARCH)
BUILD_IMAGE ?= golang:1.22-alpine
BUILD_IMAGE ?= golang:1.22
DBG_MAKEFILE ?=
ifneq ($(DBG_MAKEFILE),1)