Browse Source

Update `push.pl` runtime to Perl 5.39 and Debian Bookworm

Tianon Gravi 1 year ago
parent
commit
91eeb8d637
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM perl:5.30-buster
+FROM perl:5.39-bookworm
 
 RUN set -eux; \
 	apt-get update; \