Skip to content

Commit

Permalink
update Dockerfile and bump to python 3.12-slim
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinelliott committed Jun 28, 2024
1 parent 746d78c commit 6ac13a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.11-slim
FROM python:3.12-slim

LABEL org.opencontainers.image.source https://github.com/MeshAddicts/meshinfo
LABEL org.opencontainers.image.description "Realtime web UI to run against a Meshtastic regional or private mesh network."
LABEL org.opencontainers.image.source=https://github.com/MeshAddicts/meshinfo
LABEL org.opencontainers.image.description="Realtime web UI to run against a Meshtastic regional or private mesh network."

ENV MQTT_BROKER=mosquitto
ENV MQTT_PORT=1883
Expand Down

0 comments on commit 6ac13a2

Please sign in to comment.