Skip to content

Commit

Permalink
chore(deps): update ethereum/solc docker tag to v0.8.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 21, 2023
1 parent bc7dcd5 commit 16ad27b
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.21 AS solc088
FROM ethereum/solc:0.8.21 AS solc081

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

0 comments on commit 16ad27b

Please sign in to comment.