Browse Source

Pin debian version to Buster

Bullseye isn't currently supported on the Pi 4
pull/563/head
Jake Howard 3 years ago
committed by GitHub
parent
commit
b34961294c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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