Skip to content

Commit

Permalink
Issue #1081: upgrade to perl:5.34.0-buster
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Jun 12, 2021
1 parent 081482c commit 1d85b7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otobo.web.dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# This is the build file for the OTOBO web docker image.
# See also README_DOCKER.md.

# Use the latest Perl as of 2020-07-31.
# Use the latest Perl as of 2021-06-12.
# This image is based on Debian 10 (Buster). The user is root.
# The Perl module installer 'cpanm' is already installed.
FROM perl:5.32.0-buster
FROM perl:5.34.0-buster

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

0 comments on commit 1d85b7f

Please sign in to comment.