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

Commit f86b8ce

Browse files
ndanylukthaJeztah
authored andcommitted
switched docker build image to balenalib/rpi-raspbian
(cherry picked from commit 2e38922) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 8dd59985681ab579bedf43434b21d1582a82abf9 Component: packaging
1 parent a14dfe3 commit f86b8ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

components/packaging/deb/raspbian-buster/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG GO_IMAGE
2-
ARG BUILD_IMAGE=resin/rpi-raspbian:stretch
2+
ARG BUILD_IMAGE=balenalib/rpi-raspbian:buster
33
FROM ${GO_IMAGE} as golang
44

55
FROM ${BUILD_IMAGE}

components/packaging/deb/raspbian-stretch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG GO_IMAGE
2-
ARG BUILD_IMAGE=resin/rpi-raspbian:stretch
2+
ARG BUILD_IMAGE=balenalib/rpi-raspbian:stretch
33
FROM ${GO_IMAGE} as golang
44

55
FROM ${BUILD_IMAGE}

0 commit comments

Comments
 (0)