Bump le version

This commit is contained in:
Benjamin Bach 2024-06-05 11:34:31 +02:00
parent 81a7468a74
commit a1bd8dd2a0
No known key found for this signature in database
GPG key ID: 486F0D69C845416E

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.02.03.35a31e1
git checkout 2024.06.03.0a6030c
# builds to /phanpy/dist
RUN cd /phanpy && \