Skip to content

Commit cfc1bd0

Browse files
fix: Update Dockerfile image Release to v2.323.0 (#53)
Update release to v2.323.0 Co-authored-by: GitHub Action <[email protected]>
1 parent 0560d1f commit cfc1bd0

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

Dockerfile

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

0 commit comments

Comments
 (0)