We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4f126 commit 53aff08Copy full SHA for 53aff08
.github/workflows/docker-release.yml
@@ -31,7 +31,7 @@ jobs:
31
file: Dockerfile
32
tags: |
33
dsnp/instant-seal-node-with-deployed-schemas:${{ env.TAG }}
34
- dsnp/instant-seal-node-with-deployed-schemas:latest
+# dsnp/instant-seal-node-with-deployed-schemas:latest
35
36
37
- name: Image digests
Dockerfile
@@ -2,7 +2,7 @@
2
# locally in instant seal mode then deploying schemas to that node.
3
4
#This pulls the latest standalone-node image
5
-FROM frequencychain/standalone-node:latest as frequency-image
+FROM frequencychain/standalone-node:v1.13.0-rc2 as frequency-image
6
7
#Switch to root to install node on image
8
USER root
0 commit comments