oetiker / znapzend

zfs backup with remote capabilities and mbuffer integration.
www.znapzend.org
GNU General Public License v3.0
604 stars 136 forks source link

Dockerfile: bump Alpine Linux version #624

Closed jimklimov closed 5 months ago

jimklimov commented 5 months ago

Following https://stackoverflow.com/a/73374817/4715872 suggestions: Alpine signing key was rotated, so new package builds are not trusted by the old image

Closes: #622

NOTE: Whatever builds I do, it only runs "Testing in image" but not "Build runtime image" stage. So can't really tell if this fix works :\ Spun up Docker Desktop locally, but it is "loading metadata" for the past 6 minutes, so I don't know if it would proceed further.

UPDATE: Related to:

jimklimov commented 5 months ago

Hm, on upstream/master builds it is still upset - now with perl version (we still reference a probably too-old one):

But at least it seems 5.38.x is a suggested way to go - will post an updated PR :)