Skip to content

Commit

Permalink
chore(deps): update ethereum/solc docker tag to v0.8.24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 21, 2024
1 parent 214708f commit 4fb7c41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smartcontracts-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ethereum/solc:0.8.8 AS solc088
FROM ethereum/solc:0.8.1 AS solc081
FROM ethereum/solc:0.8.24 AS solc088
FROM ethereum/solc:0.8.24 AS solc081

FROM node:16-alpine AS builder
RUN mkdir /app
Expand Down

0 comments on commit 4fb7c41

Please sign in to comment.