Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ironbeer committed Apr 20, 2024
1 parent 72cbf6b commit cc1a070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/docker/Dockerfile.packages
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# ### BASE: Install deps
# We do not use Alpine because there's a regression causing it to be very slow
# when used with typescript/hardhat: https://github.com/nomiclabs/hardhat/issues/1219
FROM node:16.13-buster-slim as base
FROM node:18.20-buster-slim as base

ARG NODE_OPTIONS

Expand Down

0 comments on commit cc1a070

Please sign in to comment.