From 00864b7330c93c56a9f5bac19b1b96bc5efb7772 Mon Sep 17 00:00:00 2001 From: hilschernetpi Date: Fri, 3 Jan 2020 13:32:35 +0100 Subject: [PATCH] update to bluez 5.52 --- Dockerfile | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0cc5c3e..19904cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,13 @@ #STEP 1 of multistage build ---Compile Bluetooth stack----- #use armv7hf compatible base image -FROM balenalib/armv7hf-debian:buster as builder +FROM balenalib/armv7hf-debian:buster-20191223 as builder #enable cross compiling (comment out next line if built on Raspberry Pi) RUN [ "cross-build-start" ] #environment variables -ENV BLUEZ_VERSION 5.50 +ENV BLUEZ_VERSION 5.52 RUN apt-get update && apt-get install -y \ build-essential wget \ @@ -35,7 +35,7 @@ RUN [ "cross-build-end" ] #STEP 2 of multistage build ----Create the final image----- #use armv7hf compatible base image -FROM balenalib/armv7hf-debian:buster +FROM balenalib/armv7hf-debian:buster-20191223 #dynamic build arguments coming from the /hooks/build file ARG BUILD_DATE @@ -50,7 +50,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ RUN [ "cross-build-start" ] #version -ENV HILSCHERNETPI_BLUEZ_VERSION 1.3.2 +ENV HILSCHERNETPI_BLUEZ_VERSION 1.3.3 #labeling LABEL maintainer="netpi@hilscher.com" \ diff --git a/README.md b/README.md index 2537e49..a72e1f8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![](https://images.microbadger.com/badges/image/hilschernetpi/netpi-bluetooth.svg)](https://microbadger.com/images/hilschernetpi/netpi-bluetooth "Bluetooth") [![](https://images.microbadger.com/badges/commit/hilschernetpi/netpi-bluetooth.svg)](https://microbadger.com/images/hilschernetpi//netpi-bluetooth "Bluetooth") -[![Docker Registry](https://img.shields.io/docker/pulls/hilschernetpi/netpi-bluetooth.svg)](https://registry.hub.docker.com/u/hilschernetpi/netpi-bluetooth/)  +[![Docker Registry](https://img.shields.io/docker/pulls/hilschernetpi/netpi-bluetooth.svg)](https://registry.hub.docker.com/r/hilschernetpi/netpi-bluetooth/)  [![Image last updated](https://img.shields.io/badge/dynamic/json.svg?url=https://api.microbadger.com/v1/images/hilschernetpi/netpi-bluetooth&label=Image%20last%20updated&query=$.LastUpdated&colorB=007ec6)](http://microbadger.com/images/hilschernetpi/netpi-bluetooth "Image last updated")  Made for [netPI](https://www.netiot.com/netpi/), the Raspberry Pi 3B Architecture based industrial suited Open Edge Connectivity Ecosystem