Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckwagoncomputing committed Apr 20, 2024
1 parent bac8675 commit 64a422c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ FROM debian:stable-slim

RUN DEBIAN_FRONTEND=noninteractive apt-get update &&\
apt-get install -y wget &&\
wget https://github.com/mikefarah/yq/releases/download/v4.30.8/yq_linux_amd64 &&\
wget https://github.com/mikefarah/yq/releases/download/v4.43.1/yq_linux_amd64 &&\
chmod a+x yq_linux_amd64 &&\
mv yq_linux_amd64 /usr/bin/yq &&\
wget https://github.com/tdewolff/minify/releases/download/v2.12.4/minify_linux_amd64.tar.gz &&\
wget https://github.com/tdewolff/minify/releases/download/v2.20.19/minify_linux_amd64.tar.gz &&\
tar -xzf minify_linux_amd64.tar.gz &&\
chmod a+x minify &&\
mv minify /usr/bin/ &&\
Expand Down

0 comments on commit 64a422c

Please sign in to comment.