Skip to content

Commit

Permalink
fix: run socat container as root
Browse files Browse the repository at this point in the history
Signed-off-by: Toma Puljak <[email protected]>
  • Loading branch information
Tpuljak committed Nov 25, 2024
1 parent a381259 commit a3cdf5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23.0
toolchain go1.23.1

require (
github.com/daytonaio/daytona v0.46.0
github.com/daytonaio/daytona v0.46.1-0.20241125103042-be44f1dfecce
github.com/docker/docker v27.2.0+incompatible
github.com/hashicorp/go-hclog v1.6.3
github.com/hashicorp/go-plugin v1.6.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,8 @@ github.com/davidmz/go-pageant v1.0.2 h1:bPblRCh5jGU+Uptpz6LgMZGD5hJoOt7otgT454Wv
github.com/davidmz/go-pageant v1.0.2/go.mod h1:P2EDDnMqIwG5Rrp05dTRITj9z2zpGcD9efWSkTNKLIE=
github.com/daytonaio/daytona v0.46.0 h1:sR6uolEABmPvKjgfeZqet1syU1p7S5pvBoOLtbXODtI=
github.com/daytonaio/daytona v0.46.0/go.mod h1:MIhlJ/RVENh/Zfz0rGrQRYhkSMFzw6I/WIwZbuEilIs=
github.com/daytonaio/daytona v0.46.1-0.20241125103042-be44f1dfecce h1:1rY6aCTb+2uSF/mgbzDQ48D4oZRw2hiLhMFRgoMlatI=
github.com/daytonaio/daytona v0.46.1-0.20241125103042-be44f1dfecce/go.mod h1:MIhlJ/RVENh/Zfz0rGrQRYhkSMFzw6I/WIwZbuEilIs=
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
github.com/docker/docker v27.2.0+incompatible h1:Rk9nIVdfH3+Vz4cyI/uhbINhEZ/oLmc+CBXmH6fbNk4=
Expand Down

0 comments on commit a3cdf5a

Please sign in to comment.