Skip to content

Commit c76201b

Browse files
fix: Update Dockerfile image Release to v2.331.0 (#69)
Co-authored-by: GitHub Action <action@github.com>
1 parent 78ab677 commit c76201b

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.331.0
2+
- Docker Image: `docker pull ghcr.io/actions/runner:v2.331.0@sha256:dced476aa42703ebd9aafc295ce52f160989c4528e831fc3be2aef83a1b3f6da`
3+
14
## v2.330.0
25
- Docker Image: `docker pull ghcr.io/actions/runner:v2.330.0@sha256:25e5339f41c8511899dff6d9d1ee3d29d0aaca085f24b967f486e153e4368cc6`
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.330.0@sha256:25e5339f41c8511899dff6d9d1ee3d29d0aaca085f24b967f486e153e4368cc6 AS base
1+
FROM ghcr.io/actions/actions-runner:2.331.0@sha256:dced476aa42703ebd9aafc295ce52f160989c4528e831fc3be2aef83a1b3f6da 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.330.0",
3-
"current_sha": "e2088f1fc730f9e857bec485223b090ef0e3cb87"
2+
"current_tag": "v2.331.0",
3+
"current_sha": "39f6c643d3032f8795fa71f1482731ca90c8e038"
44
}

0 commit comments

Comments
 (0)