Skip to content

Commit

Permalink
bump runner, docker version (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
some-natalie authored Apr 23, 2024
1 parent de74b6e commit bcae1c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.315.0
ARG RUNNER_VERSION=2.316.0
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.0

# Docker and Compose arguments
ARG DOCKER_VERSION=26.0.1
ARG DOCKER_VERSION=26.1.0
ARG COMPOSE_VERSION=v2.26.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
Expand Up @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation https://github.com/some-natalie/kub

# Arguments
ARG TARGETPLATFORM
ARG RUNNER_VERSION=2.315.0
ARG RUNNER_VERSION=2.316.0
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.0

# Shell setup
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.315.0
ARG RUNNER_VERSION=2.316.0
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.0

# Shell setup
Expand Down

0 comments on commit bcae1c3

Please sign in to comment.