We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145a438 commit a857d2bCopy full SHA for a857d2b
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
strategy:
40
fail-fast: false
41
matrix:
42
- containerd: ["1.6.30", "1.7.14"]
+ containerd: ["1.6.33", "1.7.18"]
43
env:
44
DOCKER_BUILD_ARGS: "CONTAINERD_VERSION=${{ matrix.containerd }}"
45
steps:
Dockerfile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-ARG CONTAINERD_VERSION=1.6.30
+ARG CONTAINERD_VERSION=1.6.33
16
ARG RUNC_VERSION=1.1.12
17
ARG NERDCTL_VERSION=1.7.1
18
0 commit comments