set base image to debian bullseye
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Debian bookworm has become stable and there appears to be an issue
with the CA certs and the prosody package so I'm pinning the base
image to bullseye until it can be properly sorted.
This commit is contained in:
Morgan McMillian 2023-09-10 08:18:32 -07:00
parent ddd4f36480
commit e10e75b900

View file

@ -1,4 +1,4 @@
FROM debian:stable-slim
FROM debian:bullseye-slim
RUN apt-get update && \
apt-get install extrepo -y && \