Skip to content

Commit 284a67b

Browse files
webashckulka
authored andcommitted
Update to 2.6.4 (#1)
1 parent e468a76 commit 284a67b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ ARG FROM_ARCH=amd64
22

33
FROM alpine AS builder
44

5-
ARG VERSION=2.6.3
5+
ARG VERSION=2.6.4
66
ARG ARCH=x64
77
ADD https://download-cdn.resilio.com/${VERSION}/linux-${ARCH}/resilio-sync_${ARCH}.tar.gz resilio-sync.tar.gz
88
RUN tar zxvf resilio-sync.tar.gz
99

1010

1111
FROM ${FROM_ARCH}/ubuntu:18.04
1212

13-
ARG VERSION=2.6.3
13+
ARG VERSION=2.6.4
1414

1515
LABEL Resilio Inc. <[email protected]>
1616
LABEL com.resilio.version="${VERSION}"

0 commit comments

Comments
 (0)