Skip to content

Commit

Permalink
chore(deps): update ubuntu docker tag to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2023
1 parent 1806a9b commit 21bca52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/llvm_runner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.04

WORKDIR /usr/src/zksync

Expand Down
2 changes: 1 addition & 1 deletion images/solidity/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN wget https://github.com/ethereum/solidity/releases/download/$SOLC_VERSION/so
&& mv solc-static-linux solc \
&& chmod +x solc

FROM ubuntu:20.04
FROM ubuntu:22.04

COPY ./zksolc-linux-amd64-musl /usr/local/bin/zksolc
COPY --from=builder /home/docker/solc /usr/local/bin/
Expand Down
2 changes: 1 addition & 1 deletion images/vyper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN wget https://github.com/vyperlang/vyper/releases/download/v0.3.3/vyper.0.3.3
&& mv vyper.0.3.3+commit.48e326f0.linux vyper \
&& chmod +x vyper

FROM ubuntu:20.04
FROM ubuntu:22.04

COPY ./zkvyper-linux-amd64-musl /usr/local/bin/zkvyper
COPY --from=builder /home/docker/vyper /usr/local/bin/
Expand Down

0 comments on commit 21bca52

Please sign in to comment.