cmd/storagenode/Dockerfile: bump storagenode-base image version
The new storagenode base image version contains the fix for the failing "processes" supervisord event listener. Resolves https://github.com/storj/storj/issues/4772 Change-Id: I6d67aa6f85ee33cd9abe6a663e4f9a84ea57fdbf
This commit is contained in:
parent
8620532a05
commit
b471a5d8e3
@ -1,7 +1,7 @@
|
||||
ARG DOCKER_ARCH
|
||||
ARG DOCKER_PLATFORM
|
||||
|
||||
FROM --platform=${DOCKER_PLATFORM:-linux/amd64} storjlabs/storagenode-base:a9faf756b-${DOCKER_ARCH:-amd64}
|
||||
FROM --platform=${DOCKER_PLATFORM:-linux/amd64} storjlabs/storagenode-base:af1f0aa94-${DOCKER_ARCH:-amd64}
|
||||
ARG TAG
|
||||
ARG GOARCH
|
||||
ARG VERSION_SERVER_URL
|
||||
|
Loading…
Reference in New Issue
Block a user