Skip to content

Commit

Permalink
feat: upgrade to 5.6.0 image
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav committed Dec 20, 2024
1 parent 61018c9 commit 4860568
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: [v5.2.2]
subql-node-image-version: [v5.6.0]
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=v5.2.2
ARG SUBQL_NODE_IMAGE_VERSION=v5.6.0

FROM node:${NODE_JS_IMAGE_VERSION} AS build

Expand Down

0 comments on commit 4860568

Please sign in to comment.