Skip to content

Commit 64a422c

Browse files
Update dependencies
1 parent bac8675 commit 64a422c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ FROM debian:stable-slim
22

33
RUN DEBIAN_FRONTEND=noninteractive apt-get update &&\
44
apt-get install -y wget &&\
5-
wget https://github.com/mikefarah/yq/releases/download/v4.30.8/yq_linux_amd64 &&\
5+
wget https://github.com/mikefarah/yq/releases/download/v4.43.1/yq_linux_amd64 &&\
66
chmod a+x yq_linux_amd64 &&\
77
mv yq_linux_amd64 /usr/bin/yq &&\
8-
wget https://github.com/tdewolff/minify/releases/download/v2.12.4/minify_linux_amd64.tar.gz &&\
8+
wget https://github.com/tdewolff/minify/releases/download/v2.20.19/minify_linux_amd64.tar.gz &&\
99
tar -xzf minify_linux_amd64.tar.gz &&\
1010
chmod a+x minify &&\
1111
mv minify /usr/bin/ &&\

0 commit comments

Comments
 (0)