Skip to content

Commit

Permalink
bump runner to 2.290.0 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
some-natalie authored Apr 13, 2022
1 parent 180d7d7 commit d41ab5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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:v3.4.4
ARG TARGETPLATFORM=linux/amd64

# GitHub runner arguments
ARG RUNNER_VERSION=2.289.2
ARG RUNNER_VERSION=2.290.0

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

# GitHub runner arguments
ARG RUNNER_VERSION=2.289.2
ARG RUNNER_VERSION=2.290.0

# Docker and Docker Compose arguments
ARG DOCKER_CHANNEL=stable
Expand Down

0 comments on commit d41ab5b

Please sign in to comment.