From 671514556637832cdb08fe97d07bfdcfd69230fb Mon Sep 17 00:00:00 2001 From: Brendan McDevitt Date: Thu, 27 Mar 2025 17:48:35 -0500 Subject: [PATCH] ubuntu latest image --- .forgejo/workflows/daily-collect.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.forgejo/workflows/daily-collect.yaml b/.forgejo/workflows/daily-collect.yaml index 8fad883..e724d10 100644 --- a/.forgejo/workflows/daily-collect.yaml +++ b/.forgejo/workflows/daily-collect.yaml @@ -8,19 +8,13 @@ jobs: update-feed: runs-on: ubuntu-latest container: - image: alpine:latest + image: ubuntu:latest steps: - name: Install Dependencies run: | # Ensure we have the necessary tools to install packages - apk update - apk add --no-cache \ - build-base \ - openssh-client \ - git \ - curl \ - ca-certificates + apt-get update -y && apt-get install openssh-client - name: Setup SSH env: