Skip to content

Commit c30facd

Browse files
fix: Update Dockerfile image Release to v2.320.0 (#44)
Update release to v2.320.0 Co-authored-by: GitHub Action <[email protected]>
1 parent 0a1986f commit c30facd

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.320.0
2+
- Docker Image: `docker pull ghcr.io/actions/runner:v2.320.0@sha256:8de989a63c2dad8aeb7c44b70f86189d148f887cbd917ecbe83879df54bf6590`
3+
14
## v2.319.1
25
- Docker Image: `docker pull ghcr.io/actions/runner:v2.319.1@sha256:30a523019a27c97da3f2145252dad9478b7427a8b484a0c775f3a8605d84d35d`
36

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/actions/actions-runner:2.319.1@sha256:30a523019a27c97da3f2145252dad9478b7427a8b484a0c775f3a8605d84d35d AS base
1+
FROM ghcr.io/actions/actions-runner:2.320.0@sha256:8de989a63c2dad8aeb7c44b70f86189d148f887cbd917ecbe83879df54bf6590 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.319.1",
3-
"current_sha": "bc6614c04d3ddc20e5ca5d5a87ae2b58dda322ec"
2+
"current_tag": "v2.320.0",
3+
"current_sha": "78f21670b4a58aff19b5189207f54eb2bee324d1"
44
}

0 commit comments

Comments
 (0)