Skip to content
Snippets Groups Projects
Commit d64922f7 authored by Ismael Posada Trobo's avatar Ismael Posada Trobo
Browse files

New upgrade from v2.0.2 to v2.0.3

parent 28ced3a0
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ RUN apt update && \ ...@@ -10,7 +10,7 @@ RUN apt update && \
apt-get update && apt-get -y upgrade && \ apt-get update && apt-get -y upgrade && \
apt-get -y install build-essential gettext \ apt-get -y install build-essential gettext \
# Install postgres # Install postgres
postgresql-client-9.6 \ postgresql-client-10 \
# Install image utilities # Install image utilities
advancecomp jpegoptim gifsicle libjpeg-progs libpng-dev optipng pngcrush pngquant jhead gsfonts \ advancecomp jpegoptim gifsicle libjpeg-progs libpng-dev optipng pngcrush pngquant jhead gsfonts \
# Install nodejs and npm # Install nodejs and npm
...@@ -27,7 +27,7 @@ RUN apt update && \ ...@@ -27,7 +27,7 @@ RUN apt update && \
### Set up Discourse ################################## ### Set up Discourse ##################################
# - So we can overrride it with --build_arg # - So we can overrride it with --build_arg
ARG DISCOURSE_VERS='v2.0.2' ARG DISCOURSE_VERS='v2.0.3'
ENV DISCOURSE_RELEASE=$DISCOURSE_VERS RAILS_ENV=production RAILS_ROOT=/discourse HOME=/discourse ENV DISCOURSE_RELEASE=$DISCOURSE_VERS RAILS_ENV=production RAILS_ROOT=/discourse HOME=/discourse
RUN mkdir -p discourse && \ RUN mkdir -p discourse && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment