mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Change pgsql version from 10 to 12 in template for dockerfile role
This commit is contained in:
parent
57c9b14198
commit
685c0b844e
@ -245,7 +245,7 @@ RUN ln -sf /dev/stdout /var/log/nginx/access.log && \
|
||||
{% endif %}
|
||||
|
||||
ENV HOME="/var/lib/awx"
|
||||
ENV PATH="/usr/pgsql-10/bin:${PATH}"
|
||||
ENV PATH="/usr/pgsql-12/bin:${PATH}"
|
||||
|
||||
{% if build_dev|bool %}
|
||||
ENV PATH="/var/lib/awx/venv/awx/bin/:${PATH}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user