Update CAs in the container.
In order for the app to make > TLS 1.2 connections to Redis, we need to update the local certificate store in the container.
This commit is contained in:
parent
da283e4615
commit
1ef0671158
@ -101,5 +101,7 @@ RUN mkdir /var/run/uwsgi && \
|
|||||||
chown -R atst:atat /var/run/uwsgi && \
|
chown -R atst:atat /var/run/uwsgi && \
|
||||||
chown -R atst:atat "${APP_DIR}"
|
chown -R atst:atat "${APP_DIR}"
|
||||||
|
|
||||||
|
RUN update-ca-certificates
|
||||||
|
|
||||||
# Run as the unprivileged APP user
|
# Run as the unprivileged APP user
|
||||||
USER atst
|
USER atst
|
||||||
|
Loading…
x
Reference in New Issue
Block a user