Skip to content

Commit

Permalink
Update solc 0.8.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 committed Jul 26, 2023
1 parent 5d21fe9 commit 4882435
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.9.42 (2023-07-26)

* Node 18.17.0
* Solc 0.8.21

# 0.9.41 (2023-07-17)

* go lang 1.20.6
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
RUN mkdir -p /usr/local/nvm
ENV NVM_DIR=/usr/local/nvm

ENV NODE_VERSION=v18.16.1
ENV NODE_VERSION=v18.17.0

ADD https://raw.githubusercontent.com/creationix/nvm/master/install.sh /usr/local/etc/nvm/install.sh
RUN bash /usr/local/etc/nvm/install.sh && \
Expand Down

0 comments on commit 4882435

Please sign in to comment.