Skip to content

Commit

Permalink
Dockerifle: bump up dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Kohei Tokunaga <[email protected]>
  • Loading branch information
ktock committed Oct 8, 2024
1 parent 01fd667 commit e6f604d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG CONTAINERD_VERSION=v2.0.0-rc.4
ARG RUNC_VERSION=v1.1.14
ARG CNI_PLUGINS_VERSION=v1.4.1
ARG NERDCTL_VERSION=1.7.6

ARG PODMAN_VERSION=v5.1.1
ARG CRIO_VERSION=v1.31.0
ARG CONMON_VERSION=v2.1.11
ARG COMMON_VERSION=v0.58.2
ARG CONTAINERD_VERSION=v2.0.0-rc.5
ARG RUNC_VERSION=v1.1.15
ARG CNI_PLUGINS_VERSION=v1.5.1
ARG NERDCTL_VERSION=1.7.7

ARG PODMAN_VERSION=v5.2.4
ARG CRIO_VERSION=v1.31.1
ARG CONMON_VERSION=v2.1.12
ARG COMMON_VERSION=v0.60.4
ARG CRIO_TEST_PAUSE_IMAGE_NAME=registry.k8s.io/pause:3.6
ARG NETAVARK_VERSION=v1.10.3
ARG NETAVARK_VERSION=v1.12.2

ARG CONTAINERIZED_SYSTEMD_VERSION=v0.1.1
ARG SLIRP4NETNS_VERSION=v1.3.0
ARG SLIRP4NETNS_VERSION=v1.3.1
ARG PAUSE_IMAGE_NAME_TEST=registry.k8s.io/pause:3.10

# Used in CI
Expand Down

0 comments on commit e6f604d

Please sign in to comment.