Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit fafe23a

Browse files
Merge component 'packaging' from git@github.com:docker/docker-ce-packaging 19.03
2 parents 27780ff + 0050cf5 commit fafe23a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

components/packaging/deb/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PLUGINS_DIR:=$(realpath $(CURDIR)/../plugins)
66
GITCOMMIT?=$(shell cd $(CLI_DIR) && git rev-parse --short HEAD)
77
STATIC_VERSION:=$(shell ../static/gen-static-ver $(ENGINE_DIR) $(VERSION))
88
GO_BASE_IMAGE=golang
9-
GO_IMAGE=$(GO_BASE_IMAGE):$(GO_VERSION)-stretch
9+
GO_IMAGE=$(GO_BASE_IMAGE):$(GO_VERSION)-buster
1010
DEB_VERSION=$(shell ./gen-deb-ver $(CLI_DIR) "$(VERSION)")
1111
CHOWN:=docker run --rm -v $(CURDIR):/v -w /v alpine chown
1212
EPOCH?=5

components/packaging/rpm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PLUGINS_DIR=$(realpath $(CURDIR)/../plugins)
66
GITCOMMIT=$(shell cd $(ENGINE_DIR) && git rev-parse --short HEAD)
77
STATIC_VERSION:=$(shell ../static/gen-static-ver $(ENGINE_DIR) $(VERSION))
88
GO_BASE_IMAGE=golang
9-
GO_IMAGE?=$(GO_BASE_IMAGE):$(GO_VERSION)-stretch
9+
GO_IMAGE?=$(GO_BASE_IMAGE):$(GO_VERSION)-buster
1010
GEN_RPM_VER=$(shell ./gen-rpm-ver $(CLI_DIR) $(VERSION))
1111
CHOWN=docker run --rm -i -v $(CURDIR):/v -w /v alpine chown
1212

0 commit comments

Comments
 (0)