From 009003cb13286e1bd0a00472d68c62b5531691ee Mon Sep 17 00:00:00 2001 From: Reshma Bidikar <85998496+reshmabidikar@users.noreply.github.com> Date: Thu, 23 Jul 2026 16:59:20 +0530 Subject: [PATCH] upgrade ubuntu packages --- docker/templates/base/latest/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/templates/base/latest/Dockerfile b/docker/templates/base/latest/Dockerfile index f7061da9..ed14a32e 100644 --- a/docker/templates/base/latest/Dockerfile +++ b/docker/templates/base/latest/Dockerfile @@ -11,6 +11,7 @@ ENV PYTHONIOENCODING=utf8 # https://github.com/moby/moby/issues/4032 ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update && \ + apt-get upgrade -y && \ apt-get install --no-install-recommends -y \ ansible \ # https://github.com/tianon/docker-brew-ubuntu-core/issues/59