Skip to content

Commit

Permalink
update to recent node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennievon committed Jun 20, 2024
1 parent b6db02d commit 040ca44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contracts/src/bridge/frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM node:18-buster as runner
# Use an official Node.js 22 as a parent image
FROM node:22-alpine

# setup container data structure
RUN mkdir -p /home/obscuro/go-obscuro/contracts/src/bridge
COPY ./contracts/src/bridge/frontend /home/obscuro/go-obscuro/contracts/src/bridge/frontend
Expand Down

0 comments on commit 040ca44

Please sign in to comment.