Skip to content

Commit

Permalink
Bump zstor version
Browse files Browse the repository at this point in the history
  • Loading branch information
muhamadazmy committed Feb 24, 2023
1 parent 0de8e07 commit 51e1285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:latest
ARG ZDB_VERSION=2.0.5
ARG ZDBFS_VERSION=0.1.11
ARG ZSTOR_VERSION=0.3.0-rc.12
ARG ZINIT_VERSION=0.2.8
ARG ZSTOR_VERSION=0.3.0
ARG ZINIT_VERSION=0.2.10
RUN apk add fuse3 redis netcat-openbsd coreutils util-linux
RUN wget https://github.com/threefoldtech/0-db/releases/download/v$ZDB_VERSION/zdb-$ZDB_VERSION-linux-amd64-static -O /bin/zdb
RUN wget https://github.com/threefoldtech/0-db-fs/releases/download/v$ZDBFS_VERSION/zdbfs-$ZDBFS_VERSION-amd64-linux-static -O /bin/zdbfs
Expand Down

0 comments on commit 51e1285

Please sign in to comment.