From a964d42eb767285f621e0ed699bdd8a2fa284fc3 Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Fri, 21 Feb 2025 11:28:38 +0300 Subject: [PATCH] apt-utils upgrade --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 99e3d17..76e57dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ RUN apt-get update && \ tzdata=2025a-2ubuntu1 \ curl=8.12.0+git20250209.89ed161+ds-1ubuntu1 \ bash=5.2.37-1ubuntu1 \ - apt-utils=2.9.30 \ + apt-utils=2.9.30ubuntu1 \ gettext=0.23.1-1 \ gnupg=2.4.4-2ubuntu22 \ ca-certificates=20241223 \