Skip to content

Commit

Permalink
Issue #1175: perl:5.34-buster is the new base
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Aug 13, 2021
1 parent d398421 commit 30dd765
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions otobo.web.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# See also bin/docker/build_docker_images.sh
# See also https://doc.otobo.org/manual/installation/stable/en/content/installation-docker.html

# Use the latest maintainance release of the Perl 5.32.x series.
# As of 2021-01-23 this is Perl 5.32.1. See https://perldoc.perl.org/perl5321delta.
# Use the latest maintainance release of the Perl 5.34.x series.
# Perl 5.34.0 was released 2021-05-20. As of 2021-08-13 there are no maintenance releases.
# This image is based on Debian 10 (Buster). The user is root.
# The Perl module installer 'cpanm' is already installed.
FROM perl:5.32-buster
FROM perl:5.34-buster

# Some initial setup that needs to be done by root.
USER root
Expand Down

0 comments on commit 30dd765

Please sign in to comment.