chore: update dependencies (#64)
Co-authored-by: Veaceslav Doina <20563034+veaceslavdoina@users.noreply.github.com>
This commit is contained in:
parent
b4e4897a37
commit
ac38d7f837
|
@ -1,5 +1,5 @@
|
||||||
# Variables
|
# Variables
|
||||||
ARG BUILDER=node:18.16.0-alpine3.17
|
ARG BUILDER=node:18.17.0-alpine3.17
|
||||||
ARG IMAGE=${BUILDER}
|
ARG IMAGE=${BUILDER}
|
||||||
ARG APP_USER=root
|
ARG APP_USER=root
|
||||||
ARG APP_HOME=/hardhat
|
ARG APP_HOME=/hardhat
|
||||||
|
@ -14,7 +14,7 @@ ARG APP_HOME
|
||||||
# Install fail on arm64 without additional packages
|
# Install fail on arm64 without additional packages
|
||||||
RUN if [ $(uname -m) = "aarch64" ] ; then \
|
RUN if [ $(uname -m) = "aarch64" ] ; then \
|
||||||
if [ $(awk -F '=' '/^ID/ {print $2}' /etc/os-release) = "alpine" ] ; then \
|
if [ $(awk -F '=' '/^ID/ {print $2}' /etc/os-release) = "alpine" ] ; then \
|
||||||
apk add --update --no-cache python3 python3 make g++ ; \
|
apk add --update --no-cache python3 make g++ ; \
|
||||||
else \
|
else \
|
||||||
apt-get update && apt-get install -y python3 make g++ && rm -rf /var/lib/apt/lists/* ; \
|
apt-get update && apt-get install -y python3 make g++ && rm -rf /var/lib/apt/lists/* ; \
|
||||||
fi \
|
fi \
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -18,8 +18,8 @@
|
||||||
"chai": "^4.3.7",
|
"chai": "^4.3.7",
|
||||||
"ethereum-waffle": "^3.4.4",
|
"ethereum-waffle": "^3.4.4",
|
||||||
"ethers": "^5.7.2",
|
"ethers": "^5.7.2",
|
||||||
"hardhat": "^2.12.7",
|
"hardhat": "^2.17.1",
|
||||||
"hardhat-deploy": "^0.11.23",
|
"hardhat-deploy": "^0.11.34",
|
||||||
"hardhat-deploy-ethers": "^0.3.0-beta.13",
|
"hardhat-deploy-ethers": "^0.3.0-beta.13",
|
||||||
"prettier": "^2.8.2",
|
"prettier": "^2.8.2",
|
||||||
"prettier-plugin-solidity": "^1.1.1",
|
"prettier-plugin-solidity": "^1.1.1",
|
||||||
|
|
Loading…
Reference in New Issue