Skip to content

Commit 079521c

Browse files
Use RT 6 base Dockerfile for tests
1 parent e2084cf commit 079521c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM bpssysadmin/rt-base-debian:RT-5.0.8-buster-20250509
1+
FROM bpssysadmin/rt-base-debian:RT-6.0.0-bullseye-20250509
22

33
LABEL maintainer="Best Practical Solutions <contact@bestpractical.com>"
44

55
# 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
6+
ARG RT_VERSION=6.0-trunk
7+
ARG RT_DB_NAME=rt6
88
ARG RT_DB_TYPE=mysql
99
ARG RT_DBA_USER=root
1010
ARG RT_DBA_PASSWORD=password

0 commit comments

Comments
 (0)