Skip to content

Commit

Permalink
Bump container versions
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed Nov 25, 2024
1 parent 50f9d0c commit 0092125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG PYTHON_VERSION=3.11.2
ARG PYTHON_VERSION=3.13.0
ARG WEEWX_UID=421
ARG WEEWX_VERSION=4.10.2
ARG WEEWX_HOME="/home/weewx"
Expand Down Expand Up @@ -53,7 +53,7 @@ RUN bin/wee_extension --install /tmp/weewx-mqtt.zip
RUN bin/wee_extension --install /tmp/weewx-interceptor.zip
COPY src/entrypoint.sh src/_version.py ./

FROM python:${PYTHON_VERSION}-slim-bullseye as final-stage
FROM python:${PYTHON_VERSION}-slim as final-stage

ARG TARGETPLATFORM
ARG WEEWX_HOME
Expand Down

0 comments on commit 0092125

Please sign in to comment.