From ddf9c58104eaafa913323e02d516a70036497618 Mon Sep 17 00:00:00 2001 From: Mathis Date: Wed, 27 Jul 2022 16:41:03 +0200 Subject: [PATCH] Update ubuntu: impish -> jammy (#1205) There are no more updates for impish as of July 14th. https://fridge.ubuntu.com/2022/07/19/ubuntu-21-10-impish-indri-end-of-life-reached-on-july-14-2022/ --- wallet.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet.Dockerfile b/wallet.Dockerfile index f35368a7..bfb03ce8 100644 --- a/wallet.Dockerfile +++ b/wallet.Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:impish +FROM ubuntu:jammy RUN apt-get update \ && apt-get install -y libcurl4 \ && rm -rf /var/lib/apt/lists/*