Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Dorker Build and Release

on:
workflow_dispatch:
schedule:
- cron: '0 15 * * 0'
push:
workflow_dispatch:
branches:
- main
paths:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:40
FROM fedora:42

ARG TARGETARCH
ARG USERNAME=darthfork
Expand Down
1 change: 1 addition & 0 deletions dnf-packages.list
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
awk
git
make
openssl
Expand Down