Skip to content

Commit 2f93060

Browse files
author
Wilson E. Husin
committed
Use distroless for amd64 images
Signed-off-by: Wilson E. Husin <[email protected]>
1 parent cccc0b0 commit 2f93060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ VERBOSE_FLAG = -v
4848
endif
4949
BUILDMNT = /go/src/$(GOTARGET)
5050
BUILD_IMAGE ?= golang:1.15-buster
51-
AMD_IMAGE ?= debian:buster-slim
51+
AMD_IMAGE ?= gcr.io/distroless/static-debian10:latest
5252
ARM_IMAGE ?= arm64v8/ubuntu:16.04
5353
WIN_IMAGE ?= mcr.microsoft.com/windows/servercore:1809
5454

0 commit comments

Comments
 (0)