Skip to content

Commit

Permalink
bump docker and compose (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
some-natalie authored Sep 2, 2024
1 parent b5f3f97 commit bdd43d3
Show file tree
Hide file tree
Showing 2 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
Expand Up @@ -5,8 +5,8 @@ ARG RUNNER_VERSION=2.319.1
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1

# Docker and Compose arguments
ARG DOCKER_VERSION=27.1.1
ARG COMPOSE_VERSION=v2.29.1
ARG DOCKER_VERSION=27.2.0
ARG COMPOSE_VERSION=v2.29.2

# Dumb-init version
ARG DUMB_INIT_VERSION=1.2.5
Expand Down
4 changes: 2 additions & 2 deletions images/rootless-ubuntu-numbat.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ARG RUNNER_VERSION=2.319.1
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1

# Docker and Compose arguments
ARG DOCKER_VERSION=27.1.1
ARG COMPOSE_VERSION=v2.29.1
ARG DOCKER_VERSION=27.2.0
ARG COMPOSE_VERSION=v2.29.2

# Dumb-init version
ARG DUMB_INIT_VERSION=1.2.5
Expand Down

0 comments on commit bdd43d3

Please sign in to comment.