Skip to content

Commit

Permalink
ACS-8197 Bump alfresco-acs-nginx to 3.4.2 (#2816)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsibilio authored Jun 13, 2024
1 parent 1339401 commit 788eb21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/environment/.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ACTIVEMQ_TAG=5.16.7-jre17-rockylinux8
KEYCLOAK_TAG=24.0.3
SYNC_SERVICE_TAG=3.11.3
ES_TAG=7.10.1
ACS_NGINX_TAG=3.4.2
#By default the connector tag is set to the value of `dependency.elasticsearch-shared.version` maven property.
#Following env variable allow you to override this value. It is useful for testing. It should be left blank on the main branch.
ES_CONNECTOR_TAG=
5 changes: 4 additions & 1 deletion tests/environment/docker-compose-pipeline-all-amps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,11 @@ services:
BASE_PATH: ./

proxy:
image: alfresco/alfresco-acs-nginx:3.0.1
image: alfresco/alfresco-acs-nginx:${ACS_NGINX_TAG}
mem_limit: 128m
environment:
DISABLE_CONTROL_CENTER: "true"
DISABLE_PROMETHEUS: "true"
depends_on:
- alfresco
- digital-workspace
Expand Down

0 comments on commit 788eb21

Please sign in to comment.