Skip to content

Commit

Permalink
bump docker and compose (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
some-natalie authored Nov 1, 2022
1 parent 6409221 commit c334375
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion images/rootless-ubuntu-focal.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG RUNNER_VERSION=2.298.2

# Docker and Docker Compose arguments
ENV CHANNEL=stable
ARG COMPOSE_VERSION=v2.11.2
ARG COMPOSE_VERSION=v2.12.2

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

# Docker and Docker Compose arguments
ARG DOCKER_CHANNEL=stable
ARG DOCKER_VERSION=20.10.19
ARG COMPOSE_VERSION=v2.11.2
ARG DOCKER_VERSION=20.10.20
ARG COMPOSE_VERSION=v2.12.2

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

# Docker and Docker Compose arguments
ARG DOCKER_CHANNEL=stable
ARG DOCKER_VERSION=20.10.19
ARG COMPOSE_VERSION=v2.11.2
ARG DOCKER_VERSION=20.10.20
ARG COMPOSE_VERSION=v2.12.2

# Dumb-init version
ARG DUMB_INIT_VERSION=1.2.5
Expand Down

0 comments on commit c334375

Please sign in to comment.