Skip to content

Commit

Permalink
Update s5cmd to 2.1.0 to resolve memory issue during sync #16
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarrion87 authored Jul 26, 2023
2 parents 0764f7f + 161ae05 commit 03d9bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ENV LC_ALL en_US.UTF-8
RUN pip install -Uq pip pip-tools
ENV PATH="${PATH}:/home/coder/.local/bin"

ARG S5CMD_VERSION=2.0.0
ARG S5CMD_VERSION=2.1.0
RUN curl -L -o "/tmp/s5cmd.tar.gz" "https://github.com/peak/s5cmd/releases/download/v${S5CMD_VERSION}/s5cmd_${S5CMD_VERSION}_Linux-64bit.tar.gz" && \
tar -xzf /tmp/s5cmd.tar.gz -C /tmp && \
cp -p /tmp/s5cmd /usr/local/bin && \
Expand Down

0 comments on commit 03d9bf2

Please sign in to comment.