diff --git a/hubmap-auth/Dockerfile b/hubmap-auth/Dockerfile index e89df40..d22d5d7 100644 --- a/hubmap-auth/Dockerfile +++ b/hubmap-auth/Dockerfile @@ -35,7 +35,6 @@ module_hotfixes=true\n'\ RUN yum install -y yum-utils && \ yum-config-manager --enable nginx-mainline && \ yum install -y nginx && \ - rm /etc/nginx/conf.d/default.conf && \ mv nginx.conf /etc/nginx/nginx.conf && \ pip install -r src/requirements.txt && \ chmod +x start.sh && \ diff --git a/hubmap-auth/src/requirements.txt b/hubmap-auth/src/requirements.txt index 4ced51a..db2a6a3 100644 --- a/hubmap-auth/src/requirements.txt +++ b/hubmap-auth/src/requirements.txt @@ -1,5 +1,5 @@ Flask==3.0.3 -Werkzeug==3.0.3 +Werkzeug==3.0.6 cachetools==4.2.1 # The commons package requires requests>=2.22.0