Skip to content

Commit bf755ec

Browse files
committed
[cut] drop commit fix for fork of pykms-frontend
1 parent 2ef0473 commit bf755ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arch.dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ ARG APP_VERSION_SUFFIX=""
77
ARG APP_NO_CACHE
88
RUN set -ex; \
99
git clone https://github.com/11notes/pykms-frontend.git; \
10-
cd /git/pykms-frontend; \
11-
git reset --hard 103935b;
10+
cd /git/pykms-frontend;
1211

1312
# :: Header
1413
FROM 11notes/kms:${APP_VERSION_PREFIX}${APP_VERSION}${APP_VERSION_SUFFIX}

0 commit comments

Comments
 (0)