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

Merge branch 'new_upgrade' into 'master'

New upgrade from v2.0.2 to v2.0.3

See merge request !11
parents 28ced3a0 d64922f7
No related branches found
No related tags found
1 merge request!11New upgrade from v2.0.2 to v2.0.3
......@@ -10,7 +10,7 @@ RUN apt update && \
apt-get update && apt-get -y upgrade && \
apt-get -y install build-essential gettext \
# Install postgres
postgresql-client-9.6 \
postgresql-client-10 \
# Install image utilities
advancecomp jpegoptim gifsicle libjpeg-progs libpng-dev optipng pngcrush pngquant jhead gsfonts \
# Install nodejs and npm
......@@ -27,7 +27,7 @@ RUN apt update && \
### Set up Discourse ##################################
# - 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
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