From aece8508b124cf329e4b39f133c0f1c5c2016f8f Mon Sep 17 00:00:00 2001 From: Sam Dowell Date: Fri, 21 Jun 2024 11:16:41 -0700 Subject: [PATCH] ci: switch BUILD_IMAGE from alpine->debian This is more consistent with the BASEIMAGE OS, and also ships with bash. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eee2cf3..da8f35d 100644 --- a/Makefile +++ b/Makefile @@ -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)