Skip to content

Commit

Permalink
chore: upgrade scout to 0.0.10-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
jairoFernandez committed Jul 2, 2024
1 parent 6225b6b commit f55ce9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discovery/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.13.1

RUN apk add --no-cache util-linux curl

ARG COLONY_SCOUT_VERSION=0.0.9-rc1
ARG COLONY_SCOUT_VERSION=0.0.10-rc3
RUN curl -L -o colony-scout.tar.gz https://assets.kubefirst.com/colony/colony-scout_.${COLONY_SCOUT_VERSION}_Linux_x86_64.tar.gz && \
tar -xzvf colony-scout.tar.gz && \
chmod +x colony-scout && \
Expand Down

0 comments on commit f55ce9d

Please sign in to comment.