-
Notifications
You must be signed in to change notification settings - Fork 364
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://github.com/opencontainers/runc/releases/tag/v1.1.15 Signed-off-by: Natanael Copa <[email protected]> (cherry picked from commit c496eea) (cherry picked from commit f1b17d0) (cherry picked from commit a2d3174) (cherry picked from commit 569dc58) Signed-off-by: Tom Wieczorek <[email protected]>
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ ARG TARGET_OS \ | |
|
||
RUN go version | ||
RUN set -ex \ | ||
&& go get github.com/opencontainers/[email protected].14 \ | ||
&& go get github.com/opencontainers/[email protected].15 \ | ||
&& make \ | ||
CGO_ENABLED=${BUILD_GO_CGO_ENABLED} \ | ||
SHIM_CGO_ENABLED=${BUILD_SHIM_GO_CGO_ENABLED} \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters