diff 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
line wrap: on
line diff
--- a/docker/prosody-e2e/Dockerfile	Fri Feb 23 15:47:53 2024 +0100
+++ b/docker/prosody-e2e/Dockerfile	Tue Mar 05 16:43:45 2024 +0100
@@ -1,4 +1,4 @@
-FROM prosody/prosody
+FROM prosodyim/prosody:0.12
 
 LABEL maintainer="Goffi <tmp_dockerfiles@goffi.org>"