From a56ce2a58f88b718730398d9e9d585c0c0ea5e78 Mon Sep 17 00:00:00 2001 From: lando814 <148553443+lando814@users.noreply.github.com> Date: Mon, 19 May 2025 17:21:29 +0200 Subject: [PATCH] ubdate base image updated base image from jammy to noble due to error message during docker build ERROR: No matching distribution found for crypt-r==3.13.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f86f479..e246127 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM phusion/baseimage:jammy-1.0.1 +FROM phusion/baseimage:noble-1.0.2 EXPOSE 80 EXPOSE 6080