Skip to content

Commit

Permalink
dependency bumps (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
some-natalie authored Oct 4, 2024
1 parent ddab9e6 commit 38af599
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions images/rootless-ubuntu-jammy.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM ubuntu:22.04

# GitHub runner arguments
ARG RUNNER_VERSION=2.319.1
ARG RUNNER_VERSION=2.320.0
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1

# Docker and Compose arguments
ARG DOCKER_VERSION=27.2.1
ARG COMPOSE_VERSION=v2.29.2
ARG DOCKER_VERSION=27.3.1
ARG COMPOSE_VERSION=v2.29.6

# Dumb-init version
ARG DUMB_INIT_VERSION=1.2.5
Expand Down
6 changes: 3 additions & 3 deletions images/rootless-ubuntu-numbat.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM ubuntu:24.04

# GitHub runner arguments
ARG RUNNER_VERSION=2.319.1
ARG RUNNER_VERSION=2.320.0
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1

# Docker and Compose arguments
ARG DOCKER_VERSION=27.2.1
ARG COMPOSE_VERSION=v2.29.2
ARG DOCKER_VERSION=27.3.1
ARG COMPOSE_VERSION=v2.29.6

# 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/ku

# Arguments
ARG TARGETPLATFORM
ARG RUNNER_VERSION=2.319.1
ARG RUNNER_VERSION=2.320.0
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1

# 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/ku

# Arguments
ARG TARGETPLATFORM
ARG RUNNER_VERSION=2.319.1
ARG RUNNER_VERSION=2.320.0
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1

# 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/ku

# Arguments
ARG TARGETPLATFORM
ARG RUNNER_VERSION=2.319.1
ARG RUNNER_VERSION=2.320.0
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1
ARG DOTNET_VERSION=7

Expand Down

0 comments on commit 38af599

Please sign in to comment.