Skip to content

Commit

Permalink
Bump MqDiSh version to 1.3.1
Browse files Browse the repository at this point in the history
- Updated MQDISH_VERSION from 1.3.0 to 1.3.1 in Dockerfile and GitHub Actions workflow
- Ensures the latest version of MqDiSh is used in the Docker image and build process
  • Loading branch information
YN committed Feb 1, 2025
1 parent 8b9f571 commit 8b5284b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:

env:
RELEASE_VERSION: ${{ github.ref_name }}
MQDISH_VERSION: ${{ inputs.mqdish_version || '1.3.0' }}
MQDISH_VERSION: ${{ inputs.mqdish_version || '1.3.1' }}
RUSTY_WRENCHES_VERSION: ${{ inputs.rusty_wrenches_version || '1.0.0' }}
BASE_IMAGE_VERSION: ${{ inputs.base_image_version || 'latest' }}
ALPINE_VERSION: ${{ inputs.alpine_version || '3' }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Global ARGs
ARG BASE_IMAGE_VERSION=latest
ARG TARGETPLATFORM
ARG MQDISH_VERSION=1.3.0
ARG MQDISH_VERSION=1.3.1
ARG RUSTY_WRENCHES_VERSION=1.0.0
ARG ALPINE_VERSION=latest
ARG FFMPEG_IMAGE_VERSION=latest
Expand Down

0 comments on commit 8b5284b

Please sign in to comment.