Skip to content

Commit

Permalink
Bump dependencies (#159)
Browse files Browse the repository at this point in the history
- actions/runner from 2.299.1 to 2.300.2
- docker compose from v2.14.0 to v2.14.2
- docker engine from 20.10.21 to 20.10.22
  • Loading branch information
some-natalie authored Jan 3, 2023
1 parent 82192ab commit 31b130f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion images/podman.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM quay.io/podman/stable:v4
ARG TARGETPLATFORM=linux/amd64

# GitHub runner arguments
ARG RUNNER_VERSION=2.299.1
ARG RUNNER_VERSION=2.300.2

# Other arguments
ARG DEBUG=false
Expand Down
4 changes: 2 additions & 2 deletions images/rootless-ubuntu-focal.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ FROM ubuntu:20.04
ARG TARGETPLATFORM=linux/amd64

# GitHub runner arguments
ARG RUNNER_VERSION=2.299.1
ARG RUNNER_VERSION=2.300.2

# Docker and Docker Compose arguments
ENV CHANNEL=stable
ARG COMPOSE_VERSION=v2.14.0
ARG COMPOSE_VERSION=v2.14.2

# Dumb-init version
ARG DUMB_INIT_VERSION=1.2.5
Expand Down
6 changes: 3 additions & 3 deletions images/ubuntu-focal.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ FROM ubuntu:20.04
ARG TARGETPLATFORM=linux/amd64

# GitHub runner arguments
ARG RUNNER_VERSION=2.299.1
ARG RUNNER_VERSION=2.300.2

# Docker and Docker Compose arguments
ARG DOCKER_CHANNEL=stable
ARG DOCKER_VERSION=20.10.21
ARG COMPOSE_VERSION=v2.14.0
ARG DOCKER_VERSION=20.10.22
ARG COMPOSE_VERSION=v2.14.2

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

# GitHub runner arguments
ARG RUNNER_VERSION=2.299.1
ARG RUNNER_VERSION=2.300.2

# Docker and Docker Compose arguments
ARG DOCKER_CHANNEL=stable
ARG DOCKER_VERSION=20.10.21
ARG COMPOSE_VERSION=v2.14.0
ARG DOCKER_VERSION=20.10.22
ARG COMPOSE_VERSION=v2.14.2

# Dumb-init version
ARG DUMB_INIT_VERSION=1.2.5
Expand Down

0 comments on commit 31b130f

Please sign in to comment.