Skip to content

Commit

Permalink
bump runner, docker
Browse files Browse the repository at this point in the history
  • Loading branch information
some-natalie committed Jun 10, 2024
1 parent 1a49666 commit 67d2735
Show file tree
Hide file tree
Showing 4 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
@@ -1,11 +1,11 @@
FROM ubuntu:22.04

# GitHub runner arguments
ARG RUNNER_VERSION=2.316.1
ARG RUNNER_VERSION=2.317.0
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.0

# Docker and Compose arguments
ARG DOCKER_VERSION=26.1.3
ARG DOCKER_VERSION=26.1.4
ARG COMPOSE_VERSION=v2.27.0

# Dumb-init version
Expand Down
2 changes: 1 addition & 1 deletion images/ubi8.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-init:8.9
FROM registry.access.redhat.com/ubi8/ubi-init:8.10

LABEL org.opencontainers.image.source https://github.com/some-natalie/kubernoodles
LABEL org.opencontainers.image.path "images/ubi8.Dockerfile"
Expand Down
2 changes: 1 addition & 1 deletion images/ubi9.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
ARG RUNNER_VERSION=2.316.1
ARG RUNNER_VERSION=2.317.0
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.0

# Shell setup
Expand Down
2 changes: 1 addition & 1 deletion images/wolfi.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
ARG RUNNER_VERSION=2.316.1
ARG RUNNER_VERSION=2.317.0
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.0
ARG DOTNET_VERSION=7

Expand Down

0 comments on commit 67d2735

Please sign in to comment.