Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit c808d08

Browse files
committed
update
1 parent ad4ccbb commit c808d08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ RUN pacman -S --noconfirm curl
1717
RUN pacman -S --noconfirm tar
1818

1919
WORKDIR /root
20-
RUN curl -sLO https://github.com/docheio/container-api/releases/download/v1.0.1/container-api-v1.0.1.tar.gz
21-
RUN tar zxfp ./container-api-v1.0.1.tar.gz
20+
RUN curl -sLO https://github.com/docheio/container-api/releases/download/v1.0.2/container-api-v1.0.2.tar.gz
21+
RUN tar zxfp ./container-api-v1.0.2.tar.gz
2222

2323
WORKDIR /root/container-api
2424
RUN go build -o /root/ctrapi

0 commit comments

Comments
 (0)