set base image to debian bullseye
ci/woodpecker/push/woodpecker Pipeline was successful Details

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.
main
Morgan McMillian 2023-09-10 08:18:32 -07:00
parent ddd4f36480
commit e10e75b900
1 changed files with 1 additions and 1 deletions

View File

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