Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
Fixing incorrect url
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdmulder authored Apr 28, 2020
1 parent f1675a4 commit 765dfdf
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 apt-get update -y && apt-get upgrade -y \
&& apt-get autoremove -y \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/* /root/.cache && mkdir -p /etc/wal-g.d/env && chown postgres /etc/wal-g.d/env
RUN curl -L https://github.com/wal-g/wal-g/releases/download/v0.2.15/wal-g.linux-amd64-lzo.tar.gz | tar -xz -C /usr/local/bin
RUN curl -L https://github.com/wal-g/wal-g/releases/download/v0.2.15/wal-g.linux-amd64.tar.gz | tar -xz -C /usr/local/bin
WORKDIR /home/postgres
COPY start.sh /start.sh
RUN chown postgres /start.sh && chmod +x /start.sh
Expand Down

0 comments on commit 765dfdf

Please sign in to comment.