Skip to content

Commit 90ee7c9

Browse files
committed
Issue #5909: also update otobo.kerberos.web.dockerfile to Perl 5.44
keeping in sync with otobo.web.dockerfile
1 parent 5213ad8 commit 90ee7c9

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

otobo.kerberos.web.dockerfile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# syntax=docker/dockerfile:1.9
2+
13
# This is the build file for the OTOBO web docker image.
24
# The services OTOBO web and OTOBO daemon use the same image.
35

@@ -9,9 +11,10 @@
911
# is rebuilt, especially when the image for a new release of OTOBO is built.
1012
# Note that the minor version of Debian may change between builds.
1113
#
12-
# The version of Perl is set to 5.42. The idea is that all release branches,
13-
# rel-10_0, rel-10_1, rel-11.0, and rel-11_1, use the same version of Perl 5.
14-
FROM perl:5.42-bookworm AS otobo-web-kerberos
14+
# The three supported release series 10.1, 11.0, and 11.1 should use
15+
# the same version of Perl. The version of Perl may be updated in a patch level release.
16+
# The version of Debian should only be changed for a new major or minor version of OTOBO.
17+
FROM perl:5.44-bookworm AS otobo-web-kerberos
1518

1619
# First there is some initial setup that needs to be done by root.
1720
USER root

0 commit comments

Comments
 (0)