Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update GORUNNER_VERSION base image for debian-iptables #2682

Merged
merged 1 commit into from
Sep 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion dependencies.yaml
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
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