Skip to content

Commit

Permalink
Use debian:bookworm as base image
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Nov 29, 2023
1 parent 9d2320a commit d322f49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ac.mk
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS)
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))

BASEIMAGE ?= gcr.io/distroless/base-debian12:nonroot
# bash required
BASEIMAGE ?= debian:bookworm

IMAGE := $(REGISTRY)/$(BIN)
VERSION := $(VERSION)_$(DB)
Expand Down

0 comments on commit d322f49

Please sign in to comment.