Skip to content

Commit

Permalink
fix tezbox not executable in tezos container
Browse files Browse the repository at this point in the history
  • Loading branch information
cryi committed Apr 9, 2024
1 parent 5d509df commit 3bd353e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions containers/tezos/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ COPY configuration /tezbox/configuration
RUN chown -R tezos:tezos /tezbox

COPY bin/tezbox /usr/local/bin/tezbox
RUN chmod +x /usr/local/bin/tezbox
RUN chown -R tezos:nogroup /usr/local/bin/tezbox

USER root
Expand Down
2 changes: 1 addition & 1 deletion src/version-info.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local TEZBOX_VERSIOn = "0.0.6"
local TEZBOX_VERSIOn = "0.0.7"

return {
VERSION = TEZBOX_VERSIOn,
Expand Down

0 comments on commit 3bd353e

Please sign in to comment.