Skip to content

Commit

Permalink
feat: update docker version 1.25.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Mar 4, 2024
1 parent 15d845f commit fb96d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bitnami/nginx:1.24.0
FROM bitnami/nginx:1.25.4

ENV DIR_NGINX /opt/bitnami/nginx
ENV DIR_SERVER_BLOCKS ${DIR_NGINX}/conf/server_blocks
Expand Down Expand Up @@ -26,7 +26,7 @@ COPY locations/*.conf ${DIR_LOCATION}/
COPY default.conf ${DIR_SERVER_BLOCKS}

# default list of environment variable names
ENV CONFIG_ENV_LIST BFF_URL,APP_BASE_HREF,CORS_ENABLED,APP_VERSION,APP_ID,TKIT_PORTAL_URL
ENV CONFIG_ENV_LIST BFF_URL,APP_BASE_HREF,CORS_ENABLED,APP_VERSION,APP_ID,PRODUCT_NAME,TKIT_PORTAL_URL

ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
CMD ["nginx", "-g", "daemon off;"]
Expand Down

0 comments on commit fb96d7b

Please sign in to comment.