Bump version

This commit is contained in:
Benjamin Bach 2024-02-02 17:05:00 +01:00
parent ee1d100e2f
commit ce35bc63be
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 2023.12.31.8aa0542
git checkout 2024.01.21.247ed4a
# builds to /phanpy/dist
RUN cd /phanpy && \