bump to 0.9.2

This commit is contained in:
Jan-Piet Mens
2022-09-29 14:12:56 +02:00
parent bf59aae22e
commit 2ac6f2595a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
FROM alpine:3.16 AS builder
ARG RECORDER_VERSION=0.9.1
ARG RECORDER_VERSION=0.9.2
# ARG RECORDER_VERSION=master
RUN apk add --no-cache \
+2 -2
View File
@@ -67,8 +67,8 @@ JSON_INDENT ?= no
CONFIGFILE = /config/recorder.conf
# Optionally specify the path to the Mosquitto libs, include here
MOSQUITTO_INC = -I/usr/include
MOSQUITTO_LIB = -L/usr/lib
MOSQUITTO_CFLAGS = `$(PKG_CONFIG) --cflags libmosquitto`
MOSQUITTO_LIBS = `$(PKG_CONFIG) --libs libmosquitto`
# Debian requires uuid-dev
# RHEL/CentOS needs libuuid-devel