Skip to content

Commit a857d2b

Browse files
Bump version of containerd to 1.7.18 for latest and 1.6.33 for LTS
Signed-off-by: Shubharanshu Mahapatra <[email protected]>
1 parent 145a438 commit a857d2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
containerd: ["1.6.30", "1.7.14"]
42+
containerd: ["1.6.33", "1.7.18"]
4343
env:
4444
DOCKER_BUILD_ARGS: "CONTAINERD_VERSION=${{ matrix.containerd }}"
4545
steps:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
ARG CONTAINERD_VERSION=1.6.30
15+
ARG CONTAINERD_VERSION=1.6.33
1616
ARG RUNC_VERSION=1.1.12
1717
ARG NERDCTL_VERSION=1.7.1
1818

0 commit comments

Comments
 (0)