Browse Source

Pin debian version to Buster

Bullseye isn't currently supported on the Pi 4
master
Jake Howard 3 years ago
committed by Pēteris Caune
parent
commit
cd4cc1f2d9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docker/Dockerfile

+ 1
- 1
docker/Dockerfile View File

@ -1,4 +1,4 @@
FROM python:3.9-slim
FROM python:3.9-slim-buster
RUN useradd --system hc
ENV PYTHONUNBUFFERED=1


Loading…
Cancel
Save