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

Commit ab0a78c

Browse files
author
yush
committed
update
1 parent 1039865 commit ab0a78c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ 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.0/container-api-v1.0.1.tar.gz
20+
RUN curl -sLO https://github.com/docheio/container-api/releases/download/v1.0.1/container-api-v1.0.1.tar.gz
2121
RUN tar zxfp ./container-api-v1.0.1.tar.gz
2222

2323
WORKDIR /root/container-api

0 commit comments

Comments
 (0)