Skip to content

Commit

Permalink
bump runner agent (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
some-natalie authored Oct 23, 2023
1 parent dc8fda3 commit f79cc3c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions images/ghes-demo.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ FROM ubuntu:22.04

# GitHub runner arguments
ARG RUNNER_ARCH=linux/amd64
ARG RUNNER_VERSION=2.310.2
ARG RUNNER_VERSION=2.311.0
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.4.0

# CodeQL arguments
# ARG CODEQL_VERSION=2.13.5

# Docker and Compose arguments
ARG DOCKER_VERSION=24.0.6
ARG COMPOSE_VERSION=v2.22.0
ARG COMPOSE_VERSION=v2.23.0

# Dumb-init version
ARG DUMB_INIT_VERSION=1.2.5
Expand Down
4 changes: 2 additions & 2 deletions images/rootless-ubuntu-jammy.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ FROM ubuntu:22.04

# GitHub runner arguments
ARG RUNNER_ARCH=linux/amd64
ARG RUNNER_VERSION=2.310.2
ARG RUNNER_VERSION=2.311.0
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.4.0

# Docker and Compose arguments
ARG DOCKER_VERSION=24.0.6
ARG COMPOSE_VERSION=v2.22.0
ARG COMPOSE_VERSION=v2.23.0

# Dumb-init version
ARG DUMB_INIT_VERSION=1.2.5
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.310.2
ARG RUNNER_VERSION=2.311.0
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.4.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=linux/amd64
ARG RUNNER_VERSION=2.310.2
ARG RUNNER_VERSION=2.311.0
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.4.0

# Shell setup
Expand Down

0 comments on commit f79cc3c

Please sign in to comment.