Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssa committed Dec 15, 2024
1 parent be45e69 commit 222e9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.victoriametrics
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest

RUN wget https://github.com/VictoriaMetrics/VictoriaMetrics/releases/download/v1.107.0/victoria-metrics-linux-amd64-v1.107.0-cluster.tar.gz \
&& cd /usr/local/bin && tar xvf /vmutils* && rm /vmutils*
&& cd /usr/local/bin && tar xvf /victoria-metrics* && rm /victoria-metrics*

0 comments on commit 222e9c5

Please sign in to comment.