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

Commit efdc5ae

Browse files
committed
switch to balenalib/rpi-raspbian because resin/rpi-raspbian is deprecated
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 4581a41a76aee7bf30866854197d5c1acc208d27 Component: packaging
1 parent 133699c commit efdc5ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • components/packaging/deb/raspbian-stretch

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)