Skip to content

Commit d6b2a89

Browse files
committed
ci: use Debian Trixie based service container
Recently, our Linux development swited to Debian Trixie, so we should migrate our test, too. Signed-off-by: Patrick Bruenn <p.bruenn@beckhoff.com>
1 parent 8bee2f6 commit d6b2a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG REGISTRY_HOST
22
ARG BHF_CI_ARCH
3-
FROM ${REGISTRY_HOST}/beckhoff/test-tcos/tc31-xar-um:master-${BHF_CI_ARCH}
3+
FROM ${REGISTRY_HOST}/beckhoff/test-tcos/tc31-xar-um:bhf-13-trixie-${BHF_CI_ARCH}
44
ARG BHF_CI_ARCH
55
COPY tools/TwinCAT/3.1 /etc/TwinCAT/3.1
66
COPY PLC-TestProject/_Boot-${BHF_CI_ARCH} /etc/TwinCAT/3.1/Boot

0 commit comments

Comments
 (0)