Skip to content

Commit

Permalink
chore: fixing release docker
Browse files Browse the repository at this point in the history
  • Loading branch information
giangndm committed Dec 17, 2023
1 parent 3906bb1 commit a1fa236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN case $TARGETPLATFORM in \
esac; \
mv /tmp/$BUILD/agent-$BUILD /agent; \
mv /tmp/$BUILD/relayer-$BUILD /relayer; \
chmod +x /agent \
chmod +x /relayer
chmod +x /agent; \
chmod +x /relayer;

FROM ubuntu:22.04

Expand Down

0 comments on commit a1fa236

Please sign in to comment.