Skip to content

Commit 8192fe7

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

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.322.0
2+
- Docker Image: `docker pull ghcr.io/actions/runner:v2.322.0@sha256:c02e8e1b479ea39b196c3bb0a40a66a191302654a6ef5c042eafe11c13323137`
3+
14
## v2.321.0
25
- Docker Image: `docker pull ghcr.io/actions/runner:v2.321.0@sha256:27f3f74ec6f88026491d761270525ccf630a53ce9cd5db1d5f44cd2470abe380`
36

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/actions/actions-runner:2.321.0@sha256:27f3f74ec6f88026491d761270525ccf630a53ce9cd5db1d5f44cd2470abe380 AS base
1+
FROM ghcr.io/actions/actions-runner:2.322.0@sha256:c02e8e1b479ea39b196c3bb0a40a66a191302654a6ef5c042eafe11c13323137 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.321.0",
3-
"current_sha": "e249007931b7c8e857797fa259c167f0bd4f997a"
2+
"current_tag": "v2.322.0",
3+
"current_sha": "0edc478ca75d0a753dcbcec7405f3f26db67b1ac"
44
}

0 commit comments

Comments
 (0)