Skip to content

Commit

Permalink
Merge pull request #49 from edenia/fix-dockerfile-wallet
Browse files Browse the repository at this point in the history
fix(devops): fix dockerfile wallet version antelope
  • Loading branch information
fagomezra committed Jul 21, 2023
2 parents b79ceab + af13eb1 commit 779fe88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:22.04 as install-stage

ENV WORK_DIR /opt/application
ENV EOSIO_PACKAGE_URL https://github.com/AntelopeIO/leap/releases/download/v4.0.4/leap_4.0.4-ubuntu20.04_amd64.deb
ENV EOSIO_PACKAGE_URL https://github.com/AntelopeIO/leap/releases/download/v4.0.4/leap_4.0.4-ubuntu22.04_amd64.deb


# Install wget
Expand Down

0 comments on commit 779fe88

Please sign in to comment.