diff --git a/Dockerfile b/Dockerfile index 9938e7c..74ffa47 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,12 +13,12 @@ # You should have received a copy of the GNU General Public License # along with this software. If not, see . -FROM docker.io/opendevorg/python-builder:3.11-bookworm as builder +FROM quay.io/opendevorg/python-builder:3.11-bookworm as builder COPY . /tmp/src RUN assemble -FROM docker.io/opendevorg/python-base:3.11-bookworm as statusbot +FROM quay.io/opendevorg/python-base:3.11-bookworm as statusbot COPY --from=builder /output/ /output RUN /output/install-from-bindep