Skip to content

Commit

Permalink
chore: upgrade scout to 0.0.10-rc3 (#22)
Browse files Browse the repository at this point in the history
* chore: upgrade scout to 0.0.10-rc3

* chore: update colony to 0.0.10-rc4

* upgrade: scout v0.0.10-rc5
  • Loading branch information
jairoFernandez authored Jul 8, 2024
1 parent 6225b6b commit 9699714
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-rc5
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 9699714

Please # to comment.