From 0566665a24ea712b148005da9c8c5759c6238ffd Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Mon, 10 Jul 2023 15:03:20 -0400 Subject: [PATCH] update version numbers --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c7ddb6c..8074d45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM debian:sid ## Originally found at: https://yusuke.blog/2021/10/19/3149 and updated to Java 20. +## This does not work yet. RUN dpkg --add-architecture i386 RUN apt-get update