From d9c12885ddcf990a6be795206b0a044158711a33 Mon Sep 17 00:00:00 2001 From: Julius Zeidler Date: Thu, 10 Apr 2025 18:08:07 +0200 Subject: [PATCH] roll back to ubuntu 22 --- ubuntu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/Dockerfile b/ubuntu/Dockerfile index 4bc6f64..84ff53b 100644 --- a/ubuntu/Dockerfile +++ b/ubuntu/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu +FROM ubuntu:jammy RUN apt-get -y update && \ apt-get install -y curl diffutils jq bash git zsh docker nodejs npm && \