Skip to content

Commit

Permalink
Revert "Update runner version from 2.319.1 to 2.320.0 (#57)"
Browse files Browse the repository at this point in the history
This reverts commit 2bca01d.
  • Loading branch information
HussainTechSavvy authored Oct 9, 2024
1 parent 2bca01d commit 3351fb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM docker/buildx-bin:0.17.1 AS buildx
FROM node:20.11.0 AS node
FROM summerwind/actions-runner-dind:v2.320.0-ubuntu-22.04
FROM summerwind/actions-runner-dind:v2.319.1-ubuntu-22.04
USER root
RUN apt-get update \
&& apt-get install -y wget openjdk-11-jdk maven \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ D-in-D image for GitHub Actions Self-Hoster runner based on [summerwind/actions-

| Package | Version |
| - | - |
| summerwind/actions-runner-dind | v2.320.0-ubuntu-22.04 |
| summerwind/actions-runner-dind | v2.319.1-ubuntu-22.04 |
| Buildx | 0.17.1 |
| Node | 20.11.0 |
## Run
Expand Down

0 comments on commit 3351fb5

Please sign in to comment.