Skip to content

Commit

Permalink
Merge pull request #8 from availproject/fix/update-deps
Browse files Browse the repository at this point in the history
fix: Update dependencies on npm ci build
  • Loading branch information
moraesjeremias authored Mar 26, 2024
2 parents bbb8769 + 19a614b commit f13e3de
Show file tree
Hide file tree
Showing 4 changed files with 3,214 additions and 3,528 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY . ./
RUN npm run codegen && npm run build


FROM onfinality/subql-node:v3.5.3 as runner
FROM onfinality/subql-node:v3.10.1 as runner
WORKDIR /app
COPY --from=builder /build-stage/dist /app/dist
COPY --from=builder /build-stage/project.yaml /app
Expand Down
Loading

0 comments on commit f13e3de

Please sign in to comment.