Skip to content

Commit e387001

Browse files
committed
Bump containerd + runc versions in CI
Signed-off-by: David Son <davbson@amazon.com>
1 parent 0cd92cb commit e387001

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
fail-fast: false
5757
matrix:
5858
os: ${{ fromJSON(needs.setup.outputs.available-runners) }}
59-
containerd: ["1.6.39", "1.7.28", "2.0.6", "2.1.4"]
59+
containerd: ["1.6.39", "1.7.29", "2.0.7", "2.1.5"]
6060
env:
6161
DOCKER_BUILD_ARGS: "CONTAINERD_VERSION=${{ matrix.containerd }}"
6262
steps:

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# limitations under the License.
1414

1515

16-
ARG CONTAINERD_VERSION=1.7.28
17-
ARG RUNC_VERSION=1.3.1
16+
ARG CONTAINERD_VERSION=1.7.29
17+
ARG RUNC_VERSION=1.3.3
1818
ARG NERDCTL_VERSION=2.1.6
1919
ARG IGZIP_VERSION=2.31.1
2020
ARG RAPIDGZIP_VERSION=0.14.3

0 commit comments

Comments
 (0)