We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef0473 commit bf755ecCopy full SHA for bf755ec
arch.dockerfile
@@ -7,8 +7,7 @@ ARG APP_VERSION_SUFFIX=""
7
ARG APP_NO_CACHE
8
RUN set -ex; \
9
git clone https://github.com/11notes/pykms-frontend.git; \
10
- cd /git/pykms-frontend; \
11
- git reset --hard 103935b;
+ cd /git/pykms-frontend;
12
13
# :: Header
14
FROM 11notes/kms:${APP_VERSION_PREFIX}${APP_VERSION}${APP_VERSION_SUFFIX}
0 commit comments