Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
update Soroban version
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-dev28 committed Oct 5, 2023
1 parent dd1392a commit 248caf0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dapps/guides/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This command simplifies the Docker build process and ensures it's consistently e

```bash
docker build . \
--tag soroban-preview:9 \
--tag soroban-preview:11 \
--force-rm \
--rm
```
Expand All @@ -44,7 +44,7 @@ docker build .
Instructs Docker to build an image using the Dockerfile in the current directory (denoted by the ".").

```bash
--tag soroban-preview:9
--tag soroban-preview:11
```

Gives a name and tag to our image, in this case, soroban-preview with the tag 9.
Expand Down Expand Up @@ -89,7 +89,7 @@ esac

# this is set to the quickstart `soroban-dev` image anointed as the release
# for a given Soroban Release, it is captured on Soroban Releases - https://soroban.stellar.org/docs/reference/releases
QUICKSTART_SOROBAN_DOCKER_SHA=stellar/quickstart:soroban-dev@sha256:ed57f7a7683e3568ae401f5c6e93341a9f77d8ad41191bf752944d7898981e0c
QUICKSTART_SOROBAN_DOCKER_SHA=stellar/quickstart:testing@sha256:40636cdb1b9168b47e5dc120949fe3610ff914e8dd43409edb6fa66496bdd9c3

shift

Expand Down Expand Up @@ -118,7 +118,7 @@ docker run -dti \
-p 8001:8000 \
--ipc=host \
--network soroban-network \
soroban-preview:9
soroban-preview:11

# Run the stellar quickstart image

Expand Down

0 comments on commit 248caf0

Please sign in to comment.