diff --git a/Makefile b/Makefile index ed137847..f9821c22 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ BASE_IMAGE = golang:1.20-alpine3.17 LINT_IMAGE = golangci/golangci-lint:v1.53.3 NODE_IMAGE = node:16-alpine3.17 ALPINE_IMAGE = alpine:3.17 -RPI32_IMAGE = balenalib/raspberry-pi:bullseye-run -RPI64_IMAGE = balenalib/raspberrypi3-64:bullseye-run +RPI32_IMAGE = balenalib/raspberry-pi:bullseye-run-20230712 +RPI64_IMAGE = balenalib/raspberrypi3-64:bullseye-run-20230530 .PHONY: $(shell ls)