From d987a500a840c6ad719a9b7e7b39358d01400d55 Mon Sep 17 00:00:00 2001 From: Natalie Somersall Date: Mon, 20 May 2024 16:11:02 -0600 Subject: [PATCH] bump deps (#250) --- images/rootless-ubuntu-jammy.Dockerfile | 2 +- images/ubi9.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/rootless-ubuntu-jammy.Dockerfile b/images/rootless-ubuntu-jammy.Dockerfile index 8986055..995319f 100644 --- a/images/rootless-ubuntu-jammy.Dockerfile +++ b/images/rootless-ubuntu-jammy.Dockerfile @@ -5,7 +5,7 @@ ARG RUNNER_VERSION=2.316.1 ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.0 # Docker and Compose arguments -ARG DOCKER_VERSION=26.1.1 +ARG DOCKER_VERSION=26.1.3 ARG COMPOSE_VERSION=v2.27.0 # Dumb-init version diff --git a/images/ubi9.Dockerfile b/images/ubi9.Dockerfile index 62518c5..c9fcba0 100644 --- a/images/ubi9.Dockerfile +++ b/images/ubi9.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi-init:9.3 +FROM registry.access.redhat.com/ubi9/ubi-init:9.4 LABEL org.opencontainers.image.source https://github.com/some-natalie/kubernoodles LABEL org.opencontainers.image.path "images/ubi9.Dockerfile"