Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyaglow committed Aug 15, 2018
1 parent b490af2 commit fa24c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:latest
LABEL maintainer "contact@ilyaglotov.com"
LABEL repository "https://github.com/ilyaglow/cortex-tgbot"

ENV CORTEXBOT_VERSION "0.9.2"
ENV CORTEXBOT_VERSION "0.9.3"
ADD https://github.com/ilyaglow/cortex-tgbot/releases/download/v${CORTEXTBOT_VERSION}/cortexbot_linux_amd64.tar.gz /app/

RUN chmod +x /app/cortexbot
Expand Down

0 comments on commit fa24c42

Please sign in to comment.