Aggiorna base image da Debian Stretch a Bullseye
Build Docker Image for Raspberry Pi / build-and-push (push) Failing after 41s
Build Docker Image for Raspberry Pi / build-and-push (push) Failing after 41s
- Debian Stretch è deprecato e i repository non sono più disponibili - Bullseye è la versione stable corrente e supporta le stesse architetture
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Uncomment if building locally...
|
||||
# FROM debian:stretch
|
||||
# FROM debian:bullseye
|
||||
|
||||
FROM --platform=${TARGETPLATFORM:-linux/amd64} debian:stretch
|
||||
FROM --platform=${TARGETPLATFORM:-linux/amd64} debian:bullseye
|
||||
|
||||
ARG BUILD_DATE
|
||||
ARG VERSION
|
||||
|
||||
Reference in New Issue
Block a user