We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f545d commit 4e9d24bCopy full SHA for 4e9d24b
images/web/Dockerfile
@@ -123,7 +123,8 @@ RUN echo "gem 'terser', '~> 1.1.3'" >> Gemfile
123
# RUN gem install nokogiri -- --use-system-libraries
124
125
RUN apt-get install -y cargo
126
-RUN git clone https://github.com/shssoichiro/oxipng.git
+# Set version 5.0.1 for oxipng
127
+RUN git clone https://github.com/shssoichiro/oxipng.git && cd oxipng && git checkout c888142bcb7a68a430245cb3eae5b6039aeb0e56
128
RUN cd oxipng && cargo build --release && cp target/release/oxipng /usr/local/bin
129
130
# Install app dependencies
0 commit comments