Skip to content

Commit

Permalink
Merge pull request #2682 from cpanato/GH-2507
Browse files Browse the repository at this point in the history
update GORUNNER_VERSION base image for debian-iptables
  • Loading branch information
k8s-ci-robot authored Sep 23, 2022
2 parents 8cd3c24 + d36a24a commit 44e28c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ dependencies:
match: IMAGE_VERSION\ \?=\ v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)

- name: "k8s.gcr.io/build-image/go-runner: dependents"
version: v2.3.1-go1.17.3-bullseye.0
version: v2.3.1-go1.19.1-bullseye.0
refPaths:
- path: images/build/debian-iptables/Makefile
match: GORUNNER_VERSION \?= v\d+\.\d+\.\d+-go\d+.\d+(alpha|beta|rc)?\.?(\d+)?-bullseye\.\d+
Expand Down
2 changes: 1 addition & 1 deletion images/build/debian-iptables/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ TAG ?= $(shell git describe --tags --always --dirty)
IMAGE_VERSION ?= bullseye-v1.5.1
CONFIG ?= bullseye
DEBIAN_BASE_VERSION ?= bullseye-v1.4.2
GORUNNER_VERSION ?= v2.3.1-go1.17.3-bullseye.0
GORUNNER_VERSION ?= v2.3.1-go1.19.1-bullseye.0

ARCH?=amd64
ALL_ARCH = amd64 arm arm64 ppc64le s390x
Expand Down

0 comments on commit 44e28c5

Please sign in to comment.