Skip to content

Commit 9958bf6

Browse files
committed
Update GH Action runner + Alpine base image
1 parent 99b33ab commit 9958bf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
build:
1313

14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-22.04
1515
if: "!contains(github.event.head_commit.message, '[skip ci]')"
1616

1717
steps:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.17.3
1+
FROM alpine:3.21.3
22

33
RUN apk update && apk upgrade && \
44
apk add util-linux && \

0 commit comments

Comments
 (0)