Update weewx-wdc
This commit is contained in:
parent
f8c6d8052b
commit
ea10291a31
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ ARG WEEWX_UID=421
|
|||
ENV WEEWX_HOME="/home/weewx"
|
||||
ENV WEEWX_VERSION="4.10.2"
|
||||
ENV ARCHIVE="weewx-${WEEWX_VERSION}.tar.gz"
|
||||
ENV WEEWX_WDC_VERSION="v3.2.0"
|
||||
ENV WEEWX_WDC_VERSION="v3.3.0"
|
||||
|
||||
RUN addgroup --system --gid ${WEEWX_UID} weewx \
|
||||
&& adduser --system --uid ${WEEWX_UID} --ingroup weewx weewx
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# configuration file for the weewx-wdc skin
|
||||
SKIN_NAME = Weather Data Center
|
||||
SKIN_VERSION = 3.2.0
|
||||
SKIN_VERSION = 3.3.0
|
||||
|
||||
[ObservationBindings]
|
||||
|
||||
|
|
Reference in a new issue