Skip to content
Snippets Groups Projects
Commit 11dfda82 authored by Xiao Gui's avatar Xiao Gui
Browse files

chore: update compressor docker image

parent 46deb804
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ RUN npm i
RUN npm run build-aot
# gzipping container
FROM ubuntu:19.10 as compressor
FROM ubuntu:20.10 as compressor
RUN apt upgrade -y && apt update && apt install brotli
RUN mkdir /iv
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment