Skip to content

Commit 3ea1f7c

Browse files
fix: Update Dockerfile image Release to v2.326.0 (#57)
Co-authored-by: GitHub Action <action@github.com>
1 parent 4321fa5 commit 3ea1f7c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v2.326.0
2+
- Docker Image: `docker pull ghcr.io/actions/runner:v2.326.0@sha256:9c3383600872325f21951a0a1a8ae640361ff5e1abdf1f2900de8ba1cfd915e9`
3+
14
## v2.325.0
25
- Docker Image: `docker pull ghcr.io/actions/runner:v2.325.0@sha256:deb54a88ead0a86beedec6ac949e8b28f77478835b9c6434ccc237390a6e3e4f`
36

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/actions/actions-runner:2.325.0@sha256:deb54a88ead0a86beedec6ac949e8b28f77478835b9c6434ccc237390a6e3e4f AS base
1+
FROM ghcr.io/actions/actions-runner:2.326.0@sha256:9c3383600872325f21951a0a1a8ae640361ff5e1abdf1f2900de8ba1cfd915e9 AS base
22

33
USER root
44

release.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"current_tag": "v2.325.0",
3-
"current_sha": "71ed7cd46223bd5d61633445946813012b502d54"
2+
"current_tag": "v2.326.0",
3+
"current_sha": "de0233c4d64676d8ebd16074221ae1e0e0bf2a13"
44
}

0 commit comments

Comments
 (0)