From 3fed2bdb1275a1e5c77bf6682f306dc3eb0cfadf Mon Sep 17 00:00:00 2001 From: Denis Kirillov Date: Wed, 9 Aug 2023 11:51:34 +0300 Subject: [PATCH] Update all binaries to the latest master Mainly because of https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/pulls/182 Signed-off-by: Denis Kirillov --- .env | 2 +- Dockerfile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env b/.env index b2ecf86..06d2cda 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ FROSTFS_HUB_IMAGE=truecloudlab/frostfs AIO_IMAGE=truecloudlab/frostfs-aio -AIO_VERSION=1.3.0-preview.1 +AIO_VERSION=1.3.0-preview.2 diff --git a/Dockerfile b/Dockerfile index a9ece07..6b4b935 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ ARG FROSTFS_HUB_IMAGE=truecloudlab/frostfs ARG NEOGO_HUB_IMAGE=nspccdev/neo-go -ARG FROSTFS_CORE_TAG=5a4054ee -ARG FROSTFS_HTTP_GATE_TAG=0.27.0-rc.1-35-g0882d344 -ARG FROSTFS_S3_GATE_TAG=0.27.0-rc.1-95-g1a09041c +ARG FROSTFS_CORE_TAG=8d589314 +ARG FROSTFS_HTTP_GATE_TAG=0.27.0-rc.1-37-gcc69601b +ARG FROSTFS_S3_GATE_TAG=0.27.0-rc.1-100-g6b109eee ARG NEOGO_TAG=0.101.1 FROM ${NEOGO_HUB_IMAGE}:${NEOGO_TAG} as neo-go