We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2084cf commit 079521cCopy full SHA for 079521c
1 file changed
Dockerfile
@@ -1,10 +1,10 @@
1
-FROM bpssysadmin/rt-base-debian:RT-5.0.8-buster-20250509
+FROM bpssysadmin/rt-base-debian:RT-6.0.0-bullseye-20250509
2
3
LABEL maintainer="Best Practical Solutions <contact@bestpractical.com>"
4
5
# Valid values are RT branches like 5.0-trunk or version tags like rt-4.4.4
6
-ARG RT_VERSION=5.0-trunk
7
-ARG RT_DB_NAME=rt5
+ARG RT_VERSION=6.0-trunk
+ARG RT_DB_NAME=rt6
8
ARG RT_DB_TYPE=mysql
9
ARG RT_DBA_USER=root
10
ARG RT_DBA_PASSWORD=password
0 commit comments