Skip to content

Commit 1eeaece

Browse files
authored
Merge pull request #297 from yuwenma/fix-dnsmasq
Fix the compile image of dnsmasq.
2 parents 6c2cd30 + bdf5880 commit 1eeaece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/dnsmasq/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export DOCKER_CLI_EXPERIMENTAL=enabled
2929

3030
ifeq ($(ARCH),amd64)
3131
BASEIMAGE ?= k8s.gcr.io/debian-base:v1.0.0
32-
COMPILE_IMAGE := k8s.gcr.io/debian-base:v1.0.0
32+
COMPILE_IMAGE := alpine:3.8
3333
else ifeq ($(ARCH),arm)
3434
BASEIMAGE ?= k8s.gcr.io/debian-base-arm:v1.0.0
3535
TRIPLE ?= arm-linux-gnueabihf

0 commit comments

Comments
 (0)