Skip to content

Commit

Permalink
Makefile: Sync golang version with Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueg committed Sep 11, 2023
1 parent be4fe17 commit 8bdfdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ CONTAINER_ARCH_TARGETS=$(addprefix container-,$(ALL_ARCHITECTURES))
container:
# Pull base image explicitly. Keep in sync with Dockerfile, otherwise
# GCB builds will start failing.
docker pull golang:1.19.8
docker pull golang:1.20.5
docker build -t $(REGISTRY)/metrics-server-$(ARCH):$(CHECKSUM) --build-arg ARCH=$(ARCH) --build-arg GIT_TAG=$(GIT_TAG) --build-arg GIT_COMMIT=$(GIT_COMMIT) .

.PHONY: container-all
Expand Down

0 comments on commit 8bdfdce

Please sign in to comment.