Skip to content

Commit

Permalink
feat: update indexer version (#29)
Browse files Browse the repository at this point in the history
* feat: update indexer version

* update deployment
  • Loading branch information
stepanLav authored Aug 16, 2024
1 parent 427579a commit 3923a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
node-js-image-version: [20]
subql-node-image-version: [v4.7.0]
subql-node-image-version: [v5.2.2]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion docker/subql-node-Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG NODE_JS_IMAGE_VERSION=20-alpine
ARG SUBQL_NODE_IMAGE_VERSION=v4.7.0
ARG SUBQL_NODE_IMAGE_VERSION=v5.2.2

FROM node:${NODE_JS_IMAGE_VERSION} AS build

Expand Down

0 comments on commit 3923a81

Please sign in to comment.