Bump rpi camera base image (#3515)
Some checks are pending
code_lint / golangci_lint (push) Waiting to run
code_lint / mod_tidy (push) Waiting to run
code_lint / api_docs (push) Waiting to run
code_test / test_64 (push) Waiting to run
code_test / test_32 (push) Waiting to run
code_test / test_highlevel (push) Waiting to run

This commit is contained in:
Roy Veshovda 2024-08-14 09:49:27 +02:00 committed by GitHub
parent adf740098a
commit 7ceb5bafce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,8 +2,8 @@ BASE_IMAGE = golang:1.22-alpine3.19
LINT_IMAGE = golangci/golangci-lint:v1.59.1 LINT_IMAGE = golangci/golangci-lint:v1.59.1
NODE_IMAGE = node:20-alpine3.19 NODE_IMAGE = node:20-alpine3.19
ALPINE_IMAGE = alpine:3.19 ALPINE_IMAGE = alpine:3.19
RPI32_IMAGE = balenalib/raspberry-pi:bullseye-run-20230712 RPI32_IMAGE = balenalib/raspberry-pi:bullseye-run-20240508
RPI64_IMAGE = balenalib/raspberrypi3-64:bullseye-run-20230530 RPI64_IMAGE = balenalib/raspberrypi3-64:bullseye-run-20240429
.PHONY: $(shell ls) .PHONY: $(shell ls)