Skip to content

Commit

Permalink
chore(apps/actions-runner-controller): use ubuntu 22.04 base image
Browse files Browse the repository at this point in the history
The `latest` tag of `summerwind/actions-runner` is now deprecated, so
this patch switches over to the 22.04 tag.

Related issue:
actions/actions-runner-controller#2056
  • Loading branch information
invakid404 committed Aug 29, 2023
1 parent deade22 commit dead6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/actions-runner-controller/runners/abcccid/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM summerwind/actions-runner:latest
FROM summerwind/actions-runner:ubuntu-22.04

COPY install-deps.sh .
RUN ./install-deps.sh

0 comments on commit dead6a9

Please sign in to comment.