We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fac0c0 commit 85be7abCopy full SHA for 85be7ab
Dockerfile
@@ -1,7 +1,8 @@
1
FROM java:8-jdk-alpine
2
3
RUN mkdir -p /opt \
4
- && wget -qO- "https://github.com/skavanagh/KeyBox/releases/download/v2.85.03/keybox-jetty-v2.85_03.tar.gz" \
+ && apk add --no-cache wget \
5
+ && wget -qO- "https://github.com/skavanagh/KeyBox/releases/download/v2.86.00/keybox-jetty-v2.86_00.tar.gz" \
6
| tar -xzC /opt
7
8
EXPOSE 8443/tcp
0 commit comments