Changed python image to fix issue

This commit is contained in:
Camerin Figueroa 2025-11-15 21:27:52 -05:00
parent f8e1962cd9
commit 7eaab8d8bf
No known key found for this signature in database
GPG key ID: 9A739C5B0DB96A0C

View file

@ -1,5 +1,5 @@
# From original Dockerfile at https://github.com/TheCommsChannel/TC2-BBS-mesh
FROM --platform=$BUILDPLATFORM python:alpine
FROM --platform=$BUILDPLATFORM python:3.13.9-alpine
# Switch to non-root user
RUN adduser --disabled-password mesh