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:
parent
742b941a6d
commit
aece8508b1
2
Makefile
2
Makefile
|
|
@ -51,7 +51,7 @@ IMAGE := $(REGISTRY)/$(BIN)
|
||||||
TAG := $(VERSION)
|
TAG := $(VERSION)
|
||||||
OS_ARCH_TAG := $(TAG)__$(OS)_$(ARCH)
|
OS_ARCH_TAG := $(TAG)__$(OS)_$(ARCH)
|
||||||
|
|
||||||
BUILD_IMAGE ?= golang:1.22-alpine
|
BUILD_IMAGE ?= golang:1.22
|
||||||
|
|
||||||
DBG_MAKEFILE ?=
|
DBG_MAKEFILE ?=
|
||||||
ifneq ($(DBG_MAKEFILE),1)
|
ifneq ($(DBG_MAKEFILE),1)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue