Skip to content

Commit

Permalink
Release 2 7 1 (#75)
Browse files Browse the repository at this point in the history
* fix build
  • Loading branch information
mncdg authored Aug 20, 2024
1 parent 20c739e commit ac4d5c5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
5 changes: 3 additions & 2 deletions debridge_node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM node:20.13.1-alpine as builder
FROM node:20.16.0 as builder
RUN apt-get update && apt-get install build-essential

WORKDIR /build

Expand All @@ -14,7 +15,7 @@ COPY src /build/src
RUN mkdir stats
RUN npm run build

FROM node:20.13.1-alpine
FROM node:20.16.0-alpine
WORKDIR /app
COPY --from=builder /build/dist /app/dist
COPY --from=builder /build/node_modules /app/node_modules
Expand Down
22 changes: 11 additions & 11 deletions debridge_node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion debridge_node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "debridge_node",
"version": "2.7.0",
"version": "2.7.1",
"description": "",
"author": "debridge-finance",
"private": true,
Expand Down

0 comments on commit ac4d5c5

Please sign in to comment.