Bump version

This commit is contained in:
Benjamin Bach 2024-02-05 08:04:08 +01:00
parent ce35bc63be
commit 81a7468a74
No known key found for this signature in database
GPG Key ID: 486F0D69C845416E
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ RUN apk add git
RUN cd / && \
git clone https://github.com/cheeaun/phanpy.git && \
cd phanpy && \
git checkout 2024.01.21.247ed4a
git checkout 2024.02.03.35a31e1
# builds to /phanpy/dist
RUN cd /phanpy && \