Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/vars.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export BASEDIR ?= $(CURDIR)

# go base image
export GO_IMAGE ?= golang
export GO_VERSION ?= 1.20.3
export GO_VERSION ?= 1.20.4
export GO_IMAGE_VARIANT ?= bullseye

# if set, ony build matching the local platform
Expand Down
2 changes: 1 addition & 1 deletion pkg/compose/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ARG DEBIAN_FRONTEND="noninteractive"

# common args
ARG GO_IMAGE="golang"
ARG GO_VERSION="1.20.3"
ARG GO_VERSION="1.20.4"
ARG GO_IMAGE_VARIANT="bullseye"
ARG PKG_RELEASE="debian11"
ARG PKG_TYPE="deb"
Expand Down
2 changes: 1 addition & 1 deletion pkg/compose/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
include ../../common/vars.mk

# https://github.com/docker/compose/blob/v2/Dockerfile#L18
export GO_VERSION = 1.20.3
export GO_VERSION = 1.20.4

DESTDIR ?= $(BASEDIR)/bin
BAKE_DEFINITIONS ?= -f docker-bake.hcl -f ../../common/packages.hcl
Expand Down
2 changes: 1 addition & 1 deletion pkg/compose/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ variable "GO_IMAGE" {
default = "golang"
}
variable "GO_VERSION" {
default = "1.20.3"
default = "1.20.4"
}
variable "GO_IMAGE_VARIANT" {
default = "bullseye"
Expand Down
2 changes: 1 addition & 1 deletion pkg/containerd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG MD2MAN_VERSION="v2.0.2"

# common args
ARG GO_IMAGE="golang"
ARG GO_VERSION="1.20.3"
ARG GO_VERSION="1.20.4"
ARG GO_IMAGE_VARIANT="bullseye"
ARG PKG_RELEASE="debian11"
ARG PKG_TYPE="deb"
Expand Down
2 changes: 1 addition & 1 deletion pkg/containerd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
include ../../common/vars.mk

# https://github.com/containerd/containerd/blob/main/.github/workflows/release.yml#L16
export GO_VERSION = 1.20.3
export GO_VERSION = 1.20.4

DESTDIR ?= $(BASEDIR)/bin
BAKE_DEFINITIONS ?= -f docker-bake.hcl -f ../../common/packages.hcl
Expand Down
2 changes: 1 addition & 1 deletion pkg/containerd/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ variable "GO_IMAGE" {
default = "golang"
}
variable "GO_VERSION" {
default = "1.20.3"
default = "1.20.4"
}
variable "GO_IMAGE_VARIANT" {
default = "bullseye"
Expand Down
2 changes: 1 addition & 1 deletion pkg/credential-helpers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ARG DEBIAN_FRONTEND="noninteractive"

# common args
ARG GO_IMAGE="golang"
ARG GO_VERSION="1.18.5"
ARG GO_VERSION="1.20.4"
ARG GO_IMAGE_VARIANT="bullseye"
ARG PKG_RELEASE="debian11"
ARG PKG_TYPE="deb"
Expand Down
2 changes: 1 addition & 1 deletion pkg/credential-helpers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
include ../../common/vars.mk

# https://github.com/docker/docker-credential-helpers/blob/master/Dockerfile#L3
export GO_VERSION = 1.18.5
export GO_VERSION = 1.20.4

DESTDIR ?= $(BASEDIR)/bin
BAKE_DEFINITIONS ?= -f docker-bake.hcl -f ../../common/packages.hcl
Expand Down
2 changes: 1 addition & 1 deletion pkg/credential-helpers/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ variable "GO_IMAGE" {
default = "golang"
}
variable "GO_VERSION" {
default = "1.18.5"
default = "1.20.4"
}
variable "GO_IMAGE_VARIANT" {
default = "bullseye"
Expand Down
2 changes: 1 addition & 1 deletion pkg/docker-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG GOVERSIONINFO_VERSION="v1.3.0"

# common args
ARG GO_IMAGE="golang"
ARG GO_VERSION="1.20.3"
ARG GO_VERSION="1.20.4"
ARG GO_IMAGE_VARIANT="bullseye"
ARG PKG_RELEASE="debian11"
ARG PKG_TYPE="deb"
Expand Down
2 changes: 1 addition & 1 deletion pkg/docker-cli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
include ../../common/vars.mk

# https://github.com/docker/cli/blob/master/Dockerfile#L4
export GO_VERSION = 1.20.3
export GO_VERSION = 1.20.4

DESTDIR ?= $(BASEDIR)/bin
BAKE_DEFINITIONS ?= -f docker-bake.hcl -f ../../common/packages.hcl
Expand Down
2 changes: 1 addition & 1 deletion pkg/docker-cli/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ variable "GO_IMAGE" {
default = "golang"
}
variable "GO_VERSION" {
default = "1.20.3"
default = "1.20.4"
}
variable "GO_IMAGE_VARIANT" {
default = "bullseye"
Expand Down
2 changes: 1 addition & 1 deletion pkg/docker-engine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG GOWINRES_VERSION="v0.3.0"

# common args
ARG GO_IMAGE="golang"
ARG GO_VERSION="1.20.3"
ARG GO_VERSION="1.20.4"
ARG GO_IMAGE_VARIANT="bullseye"
ARG PKG_RELEASE="debian11"
ARG PKG_TYPE="deb"
Expand Down
2 changes: 1 addition & 1 deletion pkg/docker-engine/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
include ../../common/vars.mk

# https://github.com/moby/moby/blob/master/Dockerfile#L3
export GO_VERSION = 1.20.3
export GO_VERSION = 1.20.4

DESTDIR ?= $(BASEDIR)/bin
BAKE_DEFINITIONS ?= -f docker-bake.hcl -f ../../common/packages.hcl
Expand Down
2 changes: 1 addition & 1 deletion pkg/docker-engine/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ variable "GO_IMAGE" {
default = "golang"
}
variable "GO_VERSION" {
default = "1.20.3"
default = "1.20.4"
}
variable "GO_IMAGE_VARIANT" {
default = "bullseye"
Expand Down