Skip to content

Commit

Permalink
fix: rollback ytarchive to v0.3.2
Browse files Browse the repository at this point in the history
Should fix #32
  • Loading branch information
hizkifw authored Aug 13, 2023
1 parent bb141f7 commit f97c92c
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 @@ -52,7 +52,7 @@ RUN set -ex; \
apk add --no-cache git; \
git clone https://github.com/Kethsar/ytarchive.git; \
cd ytarchive; \
git checkout b40d0a1fb70e59aff2c8642f265d3cd653c1a75d; \
git checkout v0.3.2; \
go build .

FROM alpine AS runner
Expand Down

0 comments on commit f97c92c

Please sign in to comment.