Skip to content

Commit

Permalink
fix: added a fix for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SwatiEY committed Dec 12, 2023
1 parent 9bc3e87 commit 068a8cd
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 @@ -17,7 +17,7 @@ RUN rustup install nightly-2022-06-28
RUN cargo +nightly-2022-06-28 build -p zokrates_cli --release


FROM ubuntu:20.04
FROM ubuntu:22.04
WORKDIR /app

COPY config/default.js config/default.js
Expand Down

0 comments on commit 068a8cd

Please sign in to comment.