Skip to content

Commit

Permalink
Pin awscli version in FFMPEG Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehoban committed Jul 28, 2023
1 parent d41f43c commit 2bcf4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud-js-thumbnailer/docker-ffmpeg-thumb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt-get update && \
apt-get install python-dev python-pip -y && \
apt-get clean

RUN pip install awscli
RUN pip install awscli==1.18.69

WORKDIR /tmp/workdir

Expand Down

0 comments on commit 2bcf4ad

Please sign in to comment.