Skip to content

Commit

Permalink
Dockerfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
reportportal.io committed Oct 6, 2021
1 parent 11f52d1 commit 4aa774a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
FROM alpine:3.11

LABEL maintainer="Andrei Varabyeu <andrei_varabyeu@epam.com>"
LABEL version=5.0.10
LABEL version=5.0.11

ENV APP_DOWNLOAD_URL https://github.com/reportportal/service-index/releases/download/5.0.10/service-index_linux_amd64
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

ADD ${APP_DOWNLOAD_URL} /service-index

Expand Down

0 comments on commit 4aa774a

Please sign in to comment.