1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

deb: Dockerfile: use ubuntu:jammy (22.04 LTS)

ubuntu 20.04 reached end of standard support;
https://ubuntu.com/blog/ubuntu-20-04-lts-end-of-life-standard-support-is-coming-to-an-end-heres-how-to-prepare

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-10-01 15:16:31 +02:00
parent c07513a69d
commit fdddb02817
+1 -1
View File
@@ -2,7 +2,7 @@
ARG GO_VERSION=1.23.12
ARG DISTRO=ubuntu
ARG SUITE=focal
ARG SUITE=jammy
FROM golang:${GO_VERSION}-bookworm AS golang