Hi Prefect Team, What version of Nginx does the la...
# ask-community
l
Hi Prefect Team, What version of Nginx does the last Prefect core 0.15.6 use?? I'm asking cause the prefect core 0.14.8 uses Ngix 1.18.0 (with docker) which has a vulnerability that is patched in Nginx 1.20.1.
k
Do you mean for server? nginx is used for the UI. We use the
stable
tag
l
Yes, i have validated that. Thanks for your help: nginx version: nginx/1.20.1
Copy code
[kaiser@localhost prefect_0156]$ docker ps
CONTAINER ID   IMAGE                          COMMAND                  CREATED          STATUS                    PORTS                              NAMES
f5ab90abb3eb   prefecthq/ui:core-0.15.6       "/docker-entrypoint.…"   43 seconds ago   Up 41 seconds (healthy)   80/tcp, 127.0.0.1:8080->8080/tcp   tmp_ui_1
6135a27733e2   prefecthq/apollo:core-0.15.6   "tini -g -- bash -c …"   44 seconds ago   Up 42 seconds (healthy)   127.0.0.1:4200->4200/tcp           tmp_apollo_1
113fadd8ca45   prefecthq/server:core-0.15.6   "tini -g -- python s…"   44 seconds ago   Up 42 seconds                                                tmp_towel_1
ecd41a70c0cd   prefecthq/server:core-0.15.6   "tini -g -- bash -c …"   46 seconds ago   Up 36 seconds (healthy)   127.0.0.1:4201->4201/tcp           tmp_graphql_1
c7f87201b735   hasura/graphql-engine:v1.3.3   "graphql-engine serve"   46 seconds ago   Up 39 seconds (healthy)   127.0.0.1:3000->3000/tcp           tmp_hasura_1
fdd4e18cb9a4   postgres:11                    "docker-entrypoint.s…"   58 seconds ago   Up 46 seconds (healthy)   127.0.0.1:5432->5432/tcp           tmp_postgres_1
[kaiser@localhost prefect_0156]$ sudo docker exec -it tmp_ui_1 bash
[sudo] password for kaiser:
nginx@f5ab90abb3eb:/$ nginx -v
nginx version: nginx/1.20.1