Browse Source

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

Tianon Gravi 1 năm trước cách đây
mục cha
commit
91eeb8d637
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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; \