Skip to content

Commit

Permalink
using latest img version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fragolinux committed Jun 26, 2023
1 parent 024631e commit 0164b55
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 @@ -12,7 +12,7 @@ RUN apk add --no-cache \

RUN go get github.com/go-bindata/go-bindata/go-bindata
WORKDIR /
RUN git clone https://github.com/EcoMind/img.git -b v0.7.0
RUN git clone https://github.com/EcoMind/img.git -b v0.8.0
WORKDIR /img
RUN make static && mv img /usr/bin/img

Expand Down

0 comments on commit 0164b55

Please sign in to comment.