Skip to content

Commit

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

Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored Nov 14, 2024
1 parent 0fdc123 commit 8ed2127
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v2.321.0
- Docker Image: `docker pull ghcr.io/actions/runner:v2.321.0@sha256:27f3f74ec6f88026491d761270525ccf630a53ce9cd5db1d5f44cd2470abe380`

## v2.320.0
- Docker Image: `docker pull ghcr.io/actions/runner:v2.320.0@sha256:8de989a63c2dad8aeb7c44b70f86189d148f887cbd917ecbe83879df54bf6590`

Expand Down
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.320.0@sha256:8de989a63c2dad8aeb7c44b70f86189d148f887cbd917ecbe83879df54bf6590 AS base
FROM ghcr.io/actions/actions-runner:2.321.0@sha256:27f3f74ec6f88026491d761270525ccf630a53ce9cd5db1d5f44cd2470abe380 AS base

USER root

Expand Down
4 changes: 2 additions & 2 deletions release.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"current_tag": "v2.320.0",
"current_sha": "78f21670b4a58aff19b5189207f54eb2bee324d1"
"current_tag": "v2.321.0",
"current_sha": "e249007931b7c8e857797fa259c167f0bd4f997a"
}

0 comments on commit 8ed2127

Please sign in to comment.