mirror of
https://github.com/owntracks/docker-recorder.git
synced 2026-08-26 10:37:17 +00:00
bump to 0.9.2
This commit is contained in:
+1
-1
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user