Skip to content

Commit

Permalink
Update docker slim download
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsturgeon committed Jul 1, 2024
1 parent 394378d commit 015e41d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- name: Get docker-slim
run: |
SLIM_VERSION=1.40.10
SLIM_VERSION=1.40.11
curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/$SLIM_VERSION/dist_linux.tar.gz
curl --location --output ds.tar.gz https://github.com/slimtoolkit/slim/releases/download/$SLIM_VERSION/dist_linux.tar.gz
tar -xvzf ds.tar.gz
mv dist_linux/* $GITHUB_WORKSPACE
rm -rfv ds.tar.gz dist_linux/
Expand Down

0 comments on commit 015e41d

Please sign in to comment.