From 93ddade09a73f24e4131f320b4e0a3c1887c1e9b Mon Sep 17 00:00:00 2001 From: Oleg Kalenik Date: Wed, 28 Dec 2022 11:36:45 +0200 Subject: [PATCH] *updated docker image tag --- deliveries/societal-milestone-2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deliveries/societal-milestone-2.md b/deliveries/societal-milestone-2.md index ec6205103d..7494890ad0 100644 --- a/deliveries/societal-milestone-2.md +++ b/deliveries/societal-milestone-2.md @@ -17,7 +17,7 @@ | 0a. | License |[GitHub repo link](https://github.com/sctllabs/societal-grant-submission-2/blob/main/LICENSE)| Apache 2.0 license included. | | 0b. | Documentation |[GitHub repo link](https://github.com/sctllabs/societal-grant-submission-2/blob/main/README.md) | Readme document contains instructions on how to run and deploy societal front-end. | | 0c. | Testing Guide |[GitHub repo link](https://github.com/sctllabs/societal-grant-submission-2/blob/main/docs/TestingGuide.md)| Guide on how to test DAO factory using Societal's front-end. | -| 0d. | Docker |[Docker Image](https://hub.docker.com/layers/societal/societal-client/vcc6652b/images/sha256-417c09f0b6356c7675d9c4ee0fc2995ef3b66a2a0a11b7708e38dbf969063052?context=explore)| Dockerfile found at Societal's docker hub. The tag information is as follows: **docker pull societal/societal-client:vcc6652b** | +| 0d. | Docker |[Docker Image](https://hub.docker.com/layers/societal/societal-client/v02d1a83/images/sha256-4c19217fad0a973980de9b9de5aa667beaa4a69452bbe6c4edcd0e0212500bac?context=explore)| Dockerfile found at Societal's docker hub. The tag information is as follows: **docker pull societal/societal-client:v02d1a83**. Please refer to the [Run in Docker](https://github.com/sctllabs/societal-grant-submission-2#run-in-docker) section of the README to run with the **v02d1a83** tag specified. | | 0e. | Article |[Testing Article](https://github.com/sctllabs/societal-grant-submission-2/blob/main/docs/TestingGuide.md) |A tutorial that explains how to create a DAO using the UI. | | 1. | Client Modules | [Societal UI](https://github.com/sctllabs/societal-grant-submission-2) | This is the main submission of Milestone 2. This repo contains the more detailed and branded UI to interact with the Societal node and DAO Factory pallets. **Note:** The Soceital node from the [milestone 1 submission](https://github.com/sctllabs/societal-grant-submission) must be running locally for the front end to connect. | | 2. | Substrate module: DAO Factory |[GitHub repo link](https://github.com/sctllabs/societal-grant-submission) | The custom substrate pallets in this repo from Milestone 1 will allow any user to create a DAO. When creating a DAO, the user can create a governance token, setup a treasury and create proposals. |