Skip to content

Commit

Permalink
Bump deps (#190)
Browse files Browse the repository at this point in the history
* bump compose

* bump runner agent, docker engine, ubi9 base
  • Loading branch information
some-natalie authored Jul 10, 2023
1 parent 36c93a6 commit a05e116
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions images/rootless-ubuntu-jammy.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ FROM ubuntu:22.04

# GitHub runner arguments
ARG RUNNER_ARCH=linux/amd64
ARG RUNNER_VERSION=2.305.0
ARG RUNNER_VERSION=2.306.0
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.3.2

# Docker and Compose arguments
ARG DOCKER_VERSION=24.0.2
ARG DOCKER_VERSION=24.0.4
ARG COMPOSE_VERSION=v2.19.1

# Dumb-init version
Expand Down
2 changes: 1 addition & 1 deletion images/ubi8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation https://github.com/some-natalie/kub

# Arguments
ARG TARGETPLATFORM=linux/amd64
ARG RUNNER_VERSION=2.305.0
ARG RUNNER_VERSION=2.306.0
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.3.2

# Shell setup
Expand Down
4 changes: 2 additions & 2 deletions images/ubi9.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi-init:9.1
FROM registry.access.redhat.com/ubi9/ubi-init:9.2

LABEL org.opencontainers.image.source https://github.com/some-natalie/kubernoodles
LABEL org.opencontainers.image.path "images/ubi9.Dockerfile"
Expand All @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation https://github.com/some-natalie/kub

# Arguments
ARG TARGETPLATFORM=linux/amd64
ARG RUNNER_VERSION=2.305.0
ARG RUNNER_VERSION=2.306.0
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.3.2

# Shell setup
Expand Down

0 comments on commit a05e116

Please sign in to comment.