Skip to content

Commit

Permalink
Update go etheresum 1.13.4, solc 0.8.22, node 20.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 committed Nov 1, 2023
1 parent 2cd46ed commit bfc0e82
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.0.3 (2023-11-01)

* go ethereum 1.13.4
* solc 0.8.22
* node 20.9.0


1.0.2 (2023-10-11)

* go ethereum: 1.13.3
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN go version

## Go Ethereum
WORKDIR /go-ethereum
ARG ETH_VERSION=1.13.2
ARG ETH_VERSION=1.13.4
ADD https://github.com/ethereum/go-ethereum/archive/refs/tags/v${ETH_VERSION}.tar.gz /go-ethereum/go-ethereum-${ETH_VERSION}.tar.gz
RUN echo 'SHA256 of this go-ethereum package...'
RUN cat /go-ethereum/go-ethereum-${ETH_VERSION}.tar.gz | sha256sum
Expand Down 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.18.1
ENV NODE_VERSION=v20.9.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
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Foundry Development Container for Docker and VS Code

![Foundry](foundry.png)

This development container for Visual Studio Code is a pre-configured and isolated environment that allows you to develop, build, and test your software projects using consistent tools and settings. This development container can be used in Docker to create a standardized and reproducible environment for your development workflow. This is useful when working on projects that require specific versions of programming languages, libraries, tools, and other dependencies. By using this development container, you can ensure that all members of your development team work with the same development environment, reducing issues related to differences in configurations and dependencies.

Key benefits of using development containers in Visual Studio Code include:
Expand All @@ -21,8 +23,8 @@ To use this development container in Visual Studio Code, specify the `Dockerfile
Everything needed to develop smart contracts with Ethereum and [Foundry](https://github.com/foundry-rs/foundry)

GO: 1.21.3
ETH: 1.13.2
SOLC: 0.8.21
ETH: 1.13.4
SOLC: 0.8.22

#### Deployments

Expand Down
Binary file added foundry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bfc0e82

Please sign in to comment.