Skip to content

Commit

Permalink
remove upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaridas committed Jan 19, 2024
1 parent 90e287a commit 6f4b667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-hub-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
schedule:
- cron: '0 3 * * *'
push:
branches:
- main
paths:
- 'Dockerfile'

Expand Down
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 6f4b667

Please sign in to comment.