Update weewx
This commit is contained in:
parent
ff2775fcb6
commit
27a30c02dc
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM python:3 as stage-1
|
||||
|
||||
ENV WEEWX_HOME="/home/weewx"
|
||||
ENV ARCHIVE="weewx-4.5.1.tar.gz"
|
||||
ENV ARCHIVE="weewx-4.7.0.tar.gz"
|
||||
|
||||
RUN addgroup --system --gid 421 weewx &&\
|
||||
adduser --system --uid 421 --ingroup weewx weewx
|
||||
|
|
Reference in a new issue