Sfoglia il codice sorgente

Merge pull request #2466 from infosiftr/push-perl-bump

Update `push.pl` runtime to Perl 5.39 and Debian Bookworm
yosifkit 1 anno fa
parent
commit
e97f33bf30
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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; \