comparison docker/prosody-e2e/Dockerfile @ 4215:31c84a32c897

docker: modernisation and fixes: - fix geckodriver version used following `backend-dev-e2e` base image update - use Prosody image `prosodyim/prosody:0.12` instead of a deprecated one - update `pubsub` image with base image update and use of new repos names
author Goffi <goffi@goffi.org>
date Tue, 05 Mar 2024 16:43:45 +0100
parents a6811543c7ff
children
comparison
equal deleted inserted replaced
4214:07439bc0ed3c 4215:31c84a32c897
1 FROM prosody/prosody 1 FROM prosodyim/prosody:0.12
2 2
3 LABEL maintainer="Goffi <tmp_dockerfiles@goffi.org>" 3 LABEL maintainer="Goffi <tmp_dockerfiles@goffi.org>"
4 4
5 ARG DEBIAN_FRONTEND=noninteractive 5 ARG DEBIAN_FRONTEND=noninteractive
6 6