Skip to content

Commit

Permalink
bump dependencies (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
some-natalie authored Jul 28, 2024
1 parent 51aa131 commit 3c67007
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.317.0
ARG RUNNER_VERSION=2.318.0
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1

# Docker and Compose arguments
ARG DOCKER_VERSION=27.0.3
ARG COMPOSE_VERSION=v2.28.1
ARG DOCKER_VERSION=27.1.1
ARG COMPOSE_VERSION=v2.29.1

# 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.317.0
ARG RUNNER_VERSION=2.318.0
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1

# Docker and Compose arguments
ARG DOCKER_VERSION=27.0.3
ARG COMPOSE_VERSION=v2.28.1
ARG DOCKER_VERSION=27.1.1
ARG COMPOSE_VERSION=v2.29.1

# 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.317.0
ARG RUNNER_VERSION=2.318.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.317.0
ARG RUNNER_VERSION=2.318.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.317.0
ARG RUNNER_VERSION=2.318.0
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1
ARG DOTNET_VERSION=7

Expand Down

0 comments on commit 3c67007

Please sign in to comment.