Skip to content

Commit

Permalink
Update blackbox image version
Browse files Browse the repository at this point in the history
  • Loading branch information
karlmjogila committed Oct 4, 2024
1 parent a12632c commit edd0c3e
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 edd0c3e

Please sign in to comment.