Skip to content

Commit

Permalink
update image version (#301)
Browse files Browse the repository at this point in the history
* update image version

* update deployment
  • Loading branch information
stepanLav authored Aug 16, 2024
1 parent 3b95256 commit e11b2ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
- dev
tags:
- 'v*'
- "v*"

env:
REGISTRY: ghcr.io
Expand All @@ -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 e11b2ef

Please sign in to comment.