Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Greber committed Dec 16, 2020
1 parent a0d478e commit ed2e61e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/api/handlers/compat/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func ExecCreateHandler(w http.ResponseWriter, r *http.Request) {

// Run the exit command after 5 minutes, to mimic Docker's exec cleanup
// behavior.
libpodConfig.ExitCommandDelay = 5 * 60
libpodConfig.ExitCommandDelay = 0

sessID, err := ctr.ExecCreate(libpodConfig)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
// NOTE: remember to bump the version at the top
// of the top-level README.md file when this is
// bumped.
var Version = semver.MustParse("2.2.1")
var Version = semver.MustParse("2.2.1.1")

// APIVersion is the version for the remote
// client API. It is used to determine compatibility
Expand Down

0 comments on commit ed2e61e

Please sign in to comment.