Skip to content

Commit

Permalink
fix: Update Dockerfile image Release to v2.319.1 (#42)
Browse files Browse the repository at this point in the history
Update release to v2.319.1

Co-authored-by: GitHub Action <action@github.com>
  • Loading branch information
github-actions[bot] and actions-user authored Sep 4, 2024
1 parent d103cf4 commit 0a1986f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
## v2.319.1
- Docker Image: `docker pull ghcr.io/actions/runner:v2.319.1@sha256:30a523019a27c97da3f2145252dad9478b7427a8b484a0c775f3a8605d84d35d`

## v2.318.0
- Docker Image: `docker pull ghcr.io/actions/runner:v2.318.0@sha256:b05be064f0b30ac9d1ec0526f9429f7df2da45379b0cf50f1fda97793e1bd416`
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/actions/actions-runner:2.318.0@sha256:b05be064f0b30ac9d1ec0526f9429f7df2da45379b0cf50f1fda97793e1bd416 AS base
FROM ghcr.io/actions/actions-runner:2.319.1@sha256:30a523019a27c97da3f2145252dad9478b7427a8b484a0c775f3a8605d84d35d AS base

USER root

Expand Down
6 changes: 3 additions & 3 deletions release.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"current_tag": "v2.318.0",
"current_sha": "5e57957c98c80bcdcc357fd42472349826cd76ad"
}
"current_tag": "v2.319.1",
"current_sha": "bc6614c04d3ddc20e5ca5d5a87ae2b58dda322ec"
}

0 comments on commit 0a1986f

Please sign in to comment.