From ce35bc63bed69ea134d38ff4ddacc2fa63644909 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Fri, 2 Feb 2024 17:05:00 +0100 Subject: [PATCH] Bump version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c52d39c..8365c00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apk add git RUN cd / && \ git clone https://github.com/cheeaun/phanpy.git && \ cd phanpy && \ - git checkout 2023.12.31.8aa0542 + git checkout 2024.01.21.247ed4a # builds to /phanpy/dist RUN cd /phanpy && \