updated version to 21.2

This commit is contained in:
John
2021-02-07 14:48:54 +01:00
parent 07688c1045
commit 4702c5391f
14 changed files with 24 additions and 24 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
WORKDIR /build
ENV EBUSD_ARCH amd64
ENV EBUSD_VERSION 21.1
ENV EBUSD_VERSION 21.2
RUN git clone https://github.com/john30/ebusd.git /build \
&& ./make_debian.sh
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
LABEL maintainer "ebusd@ebusd.eu"
ENV EBUSD_VERSION 21.1
ENV EBUSD_VERSION 21.2
ENV EBUSD_ARCH amd64
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"