We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f52d1 commit 4aa774aCopy full SHA for 4aa774a
Dockerfile
@@ -1,10 +1,9 @@
1
FROM alpine:3.11
2
3
LABEL maintainer="Andrei Varabyeu <[email protected]>"
4
-LABEL version=5.0.10
+LABEL version=5.0.11
5
6
-ENV APP_DOWNLOAD_URL https://github.com/reportportal/service-index/releases/download/5.0.10/service-index_linux_amd64
7
-RUN apk --no-cache add --upgrade apk-tools
+ENV APP_DOWNLOAD_URL https://github.com/reportportal/service-index/releases/download/v5.0.11/service-index_linux_amd64
8
9
ADD ${APP_DOWNLOAD_URL} /service-index
10
0 commit comments