Update Docker OS versions (#3150)

* Update Docker OS versions March 2025
  * Use Fedora 41
  * Use Alpine 3.21
This commit is contained in:
abraunegg 2025-03-16 07:38:04 +11:00 committed by GitHub
commit ac8cf36046
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# -*-Dockerfile-*-
ARG FEDORA_VERSION=40
ARG FEDORA_VERSION=41
ARG DEBIAN_VERSION=bullseye
ARG GO_VERSION=1.22
ARG GOSU_VERSION=1.17

View file

@ -1,6 +1,6 @@
# -*-Dockerfile-*-
ARG ALPINE_VERSION=3.19
ARG ALPINE_VERSION=3.21
ARG GO_VERSION=1.22
ARG GOSU_VERSION=1.17