Update Python version
This commit is contained in:
parent
befdef3f44
commit
b45a837561
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.10.5-slim-bullseye as install
|
FROM python:3.10.8-slim-bullseye as install
|
||||||
|
|
||||||
ARG WEEWX_UID=421
|
ARG WEEWX_UID=421
|
||||||
ENV WEEWX_HOME="/home/weewx"
|
ENV WEEWX_HOME="/home/weewx"
|
||||||
|
@ -58,7 +58,7 @@ COPY --chown=weewx:weewx user/extensions.py ./bin/user/extensions.py
|
||||||
RUN echo 'Default Configuration:' &&\
|
RUN echo 'Default Configuration:' &&\
|
||||||
cat ${WEEWX_HOME}/weewx.conf
|
cat ${WEEWX_HOME}/weewx.conf
|
||||||
|
|
||||||
FROM python:3.10.5-slim-bullseye as final
|
FROM python:3.10.8-slim-bullseye as final
|
||||||
|
|
||||||
ARG WEEWX_UID=421
|
ARG WEEWX_UID=421
|
||||||
ENV WEEWX_HOME="/home/weewx"
|
ENV WEEWX_HOME="/home/weewx"
|
||||||
|
|
Reference in a new issue