From 7ceb5bafce4e45255b17e28f92c95fc4f95f8070 Mon Sep 17 00:00:00 2001 From: Roy Veshovda Date: Wed, 14 Aug 2024 09:49:27 +0200 Subject: [PATCH] Bump rpi camera base image (#3515) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5414070d..268bda76 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ BASE_IMAGE = golang:1.22-alpine3.19 LINT_IMAGE = golangci/golangci-lint:v1.59.1 NODE_IMAGE = node:20-alpine3.19 ALPINE_IMAGE = alpine:3.19 -RPI32_IMAGE = balenalib/raspberry-pi:bullseye-run-20230712 -RPI64_IMAGE = balenalib/raspberrypi3-64:bullseye-run-20230530 +RPI32_IMAGE = balenalib/raspberry-pi:bullseye-run-20240508 +RPI64_IMAGE = balenalib/raspberrypi3-64:bullseye-run-20240429 .PHONY: $(shell ls)