switch to balenalib/rpi-raspbian because resin/rpi-raspbian is deprecated

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: 7ab3b5c11a0426117580b14e1b170b192945af1d
Component: packaging
This commit is contained in:
Sebastiaan van Stijn
2019-07-03 00:33:52 +02:00
parent ba3d612d8c
commit 88031e7c4e

View File

@ -1,6 +1,6 @@
ARG GO_IMAGE
ARG ENGINE_IMAGE
ARG BUILD_IMAGE=resin/rpi-raspbian:stretch
ARG BUILD_IMAGE=balenalib/rpi-raspbian:stretch
FROM ${GO_IMAGE} as golang
FROM ${ENGINE_IMAGE} as engine