update version to 21.3

This commit is contained in:
john30
2021-11-07 15:06:26 +01:00
parent 5f59ab9860
commit 06606775f1
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.2
ENV EBUSD_VERSION 21.3
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.2
ENV EBUSD_VERSION 21.3
ENV EBUSD_ARCH amd64
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"