Skip to content

Commit

Permalink
Merge pull request #49 from restake/update-blackbox-image
Browse files Browse the repository at this point in the history
Update blackbox image version
  • Loading branch information
karlmjogila authored Oct 4, 2024
2 parents a12632c + edd0c3e commit 8a41986
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/bouncebit.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 ghcr.io/restake/blackbox:v0.1.5
FROM --platform=linux/amd64 ghcr.io/restake/blackbox:v0.1.6
LABEL org.opencontainers.image.source=https://github.com/restake/depot

ARG DEPOT_BINARY_VERSION
Expand Down
2 changes: 1 addition & 1 deletion docker/default.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 ghcr.io/restake/blackbox:v0.1.5
FROM --platform=linux/amd64 ghcr.io/restake/blackbox:v0.1.6
LABEL org.opencontainers.image.source=https://github.com/restake/depot

ARG DEPOT_DOCKER_BINARIES
Expand Down
2 changes: 1 addition & 1 deletion docker/linera.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 ghcr.io/restake/blackbox:v0.1.5
FROM --platform=linux/amd64 ghcr.io/restake/blackbox:v0.1.6
LABEL org.opencontainers.image.source=https://github.com/restake/depot

ENV LD_LIBRARY_PATH=/usr/lib
Expand Down

0 comments on commit 8a41986

Please sign in to comment.