From 8c98020fd6f703774e4eb6f4b2f764ded555bc6d Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Sun, 24 Nov 2024 13:44:56 +0100 Subject: [PATCH] set default version --- etherpad_application_dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etherpad_application_dockerfile b/etherpad_application_dockerfile index fe0c511..68493cf 100644 --- a/etherpad_application_dockerfile +++ b/etherpad_application_dockerfile @@ -1,2 +1,2 @@ -ARG VERSION=1.8.0 +ARG VERSION=2.2.6 FROM etherpad/etherpad:${VERSION}