Skip to content

Commit 8ed2127

Browse files
fix: Update Dockerfile image Release to v2.321.0 (#46)
Update release to v2.321.0 Co-authored-by: GitHub Action <[email protected]>
1 parent 0fdc123 commit 8ed2127

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v2.321.0
2+
- Docker Image: `docker pull ghcr.io/actions/runner:v2.321.0@sha256:27f3f74ec6f88026491d761270525ccf630a53ce9cd5db1d5f44cd2470abe380`
3+
14
## v2.320.0
25
- Docker Image: `docker pull ghcr.io/actions/runner:v2.320.0@sha256:8de989a63c2dad8aeb7c44b70f86189d148f887cbd917ecbe83879df54bf6590`
36

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/actions/actions-runner:2.320.0@sha256:8de989a63c2dad8aeb7c44b70f86189d148f887cbd917ecbe83879df54bf6590 AS base
1+
FROM ghcr.io/actions/actions-runner:2.321.0@sha256:27f3f74ec6f88026491d761270525ccf630a53ce9cd5db1d5f44cd2470abe380 AS base
22

33
USER root
44

release.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"current_tag": "v2.320.0",
3-
"current_sha": "78f21670b4a58aff19b5189207f54eb2bee324d1"
2+
"current_tag": "v2.321.0",
3+
"current_sha": "e249007931b7c8e857797fa259c167f0bd4f997a"
44
}

0 commit comments

Comments
 (0)