Skip to content

Commit

Permalink
Bump version of containerd to 1.7.18 for latest and 1.6.33 for LTS
Browse files Browse the repository at this point in the history
Signed-off-by: Shubharanshu Mahapatra <[email protected]>
  • Loading branch information
Shubhranshu153 committed Jun 24, 2024
1 parent f2f8c03 commit c85b704
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
containerd: ["1.6.30", "1.7.14"]
containerd: ["1.6.33", "1.7.18"]
env:
DOCKER_BUILD_ARGS: "CONTAINERD_VERSION=${{ matrix.containerd }}"
steps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG CONTAINERD_VERSION=1.6.30
ARG CONTAINERD_VERSION=1.6.33
ARG RUNC_VERSION=1.1.12
ARG NERDCTL_VERSION=1.7.1

Expand Down

0 comments on commit c85b704

Please sign in to comment.