Skip to content

Commit

Permalink
Updating to latest versions of node and geth
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueAlder committed Jun 2, 2024
1 parent dee47a2 commit ed6a43c
Show file tree
Hide file tree
Showing 5 changed files with 1,981 additions and 1,523 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM node:18-alpine as ui
FROM node:20-alpine as ui

WORKDIR /app
COPY ui/*.* ./
RUN npm install
COPY ui/src ./src
RUN npm run build

FROM node:18-alpine
FROM node:20-alpine

WORKDIR /app
COPY package.json package-lock.json tsconfig.json ./
Expand Down
2 changes: 1 addition & 1 deletion geth/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ethereum/client-go:v1.11.5
FROM ethereum/client-go:v1.13.5

RUN apk add --no-cache jq

Expand Down
Loading

0 comments on commit ed6a43c

Please sign in to comment.