Skip to content

Commit

Permalink
Merge pull request #835 from isucon/renovate/perl-5.x
Browse files Browse the repository at this point in the history
Update perl Docker tag to v5.40
  • Loading branch information
catatsuy committed Jun 15, 2024
2 parents 8efab92 + 54a541e commit 2923b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initial-data/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM perl:5.38
FROM perl:5.40
RUN mkdir -p /opt/initial-data/result
RUN cpanm -n Crypt::Eksblowfish::Bcrypt Crypt::OpenSSL::Random Digest::SHA JSON JSON::Types;
COPY generator.pl /opt/initial-data
Expand Down

0 comments on commit 2923b2d

Please sign in to comment.