From 145fb0807c9939635c3035bb086cc6379a604346 Mon Sep 17 00:00:00 2001 From: Ivaylo Novakov Date: Thu, 2 Jun 2022 15:20:18 +0200 Subject: [PATCH] Bump pinner version to 0.3.0. Bump accounts version to 1.1.1. --- docker-compose.accounts.yml | 2 +- docker-compose.pinner.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.accounts.yml b/docker-compose.accounts.yml index a069325d..0a9c8ba2 100644 --- a/docker-compose.accounts.yml +++ b/docker-compose.accounts.yml @@ -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 diff --git a/docker-compose.pinner.yml b/docker-compose.pinner.yml index 5df54d4e..ddc38def 100644 --- a/docker-compose.pinner.yml +++ b/docker-compose.pinner.yml @@ -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