From 6f4b6670c8df7137e65dcb22d18b52beb9a27379 Mon Sep 17 00:00:00 2001 From: Andreas Tsarida Date: Fri, 19 Jan 2024 11:16:45 +0100 Subject: [PATCH] remove upgrade --- .github/workflows/publish-hub-release.yml | 2 ++ Dockerfile | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-hub-release.yml b/.github/workflows/publish-hub-release.yml index 6fe9c13..cf48179 100644 --- a/.github/workflows/publish-hub-release.yml +++ b/.github/workflows/publish-hub-release.yml @@ -4,6 +4,8 @@ on: schedule: - cron: '0 3 * * *' push: + branches: + - main paths: - 'Dockerfile' diff --git a/Dockerfile b/Dockerfile index 72e6388..be80568 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,6 @@ FROM base as ffmpeg # We build our own ffmpeg since after checking 4.X has way better performance than later versions. ENV BIN="/usr/bin" RUN cd && \ - apk update && \ - apk upgrade && \ apk add --no-cache --virtual \ .build-dependencies \ gnutls \