set base image to debian bullseye
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
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:
parent
ddd4f36480
commit
e10e75b900
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM debian:stable-slim
|
FROM debian:bullseye-slim
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install extrepo -y && \
|
apt-get install extrepo -y && \
|
||||||
|
|
Loading…
Reference in a new issue