Skip to content

Commit

Permalink
Merge pull request appwrite#9 from appwrite/feat-0.10.2
Browse files Browse the repository at this point in the history
update to 0.10.2
  • Loading branch information
lohanidamodar authored Sep 16, 2021
2 parents fb3e4a6 + 2afe514 commit 20a1314
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appwrite.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"variables": {
"token": "{{env `DIGITALOCEAN_TOKEN`}}",
"image_name": "appwrite-0.10.0-snapshot-{{timestamp}}"
"image_name": "appwrite-0.10.3-snapshot-{{timestamp}}"
},
"sensitive-variables": [ "token" ],
"builders": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ cd /root
docker run --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
appwrite/appwrite:0.10.0 sh -c "install --httpPort=80 --httpsPort=443 --interactive=N"
appwrite/appwrite:0.10.3 sh -c "install --httpPort=80 --httpsPort=443 --interactive=N"
2 changes: 1 addition & 1 deletion scripts/02-setup-appwrite-scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ echo "==============================================="
echo "= Pulling docker images ="
echo "==============================================="

docker pull appwrite/appwrite:0.10.0
docker pull appwrite/appwrite:0.10.3
docker pull traefik:2.5
docker pull appwrite/mariadb:1.2.0
docker pull redis:6.0-alpine3.12
Expand Down

0 comments on commit 20a1314

Please sign in to comment.