Bump pinner version to 0.3.0.

Bump accounts version to 1.1.1.
This commit is contained in:
Ivaylo Novakov 2022-06-02 15:20:18 +02:00
parent 3eded4bb0c
commit 145fb0807c
No known key found for this signature in database
GPG Key ID: 06B9354AB08BE9C6
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ services:
accounts:
# uncomment "build" and comment out "image" to build from sources
# build: https://github.com/SkynetLabs/skynet-accounts.git#main
image: skynetlabs/skynet-accounts:1.1.0
image: skynetlabs/skynet-accounts:1.1.1
container_name: accounts
restart: unless-stopped
logging: *default-logging

View File

@ -10,7 +10,7 @@ services:
pinner:
# uncomment "build" and comment out "image" to build from sources
# build: https://github.com/SkynetLabs/pinner.git#main
image: skynetlabs/pinner:0.1.0
image: skynetlabs/pinner:0.3.0
container_name: pinner
restart: unless-stopped
logging: *default-logging