From f322ba842cdfdab5cdc6f383d03af71adbd65101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madis=20M=C3=A4gi?= Date: Mon, 20 Jan 2025 22:53:20 +0200 Subject: [PATCH] Update docker image to jammy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ac18744..8aab025 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mirror.gcr.io/library/ubuntu:focal +FROM mirror.gcr.io/library/ubuntu:jammy RUN apt-get update \ && apt-get install -y \ curl ca-certificates iputils-ping \