test: work around the testcontainers bug (#5808)

This commit is contained in:
kezhenxu94 2020-11-09 06:53:13 +08:00 committed by GitHub
parent 8da9bf94ab
commit b93de289d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM openresty/openresty
FROM openresty/openresty:1.17.8.2-5-alpine-fat
ENV COMMIT_HASH=cda47ae0a507ab86a378a298325c3c94d9a773c2

View File

@ -66,7 +66,7 @@ services:
condition: service_healthy
volumes:
- ../lua/nginx.conf:/var/nginx/conf.d/nginx.conf
entrypoint: ['bash', '-c', 'sleep 5 && /usr/bin/openresty -c /var/nginx/conf.d/nginx.conf']
entrypoint: ['bash', '-c', 'sleep 5 && openresty -c /var/nginx/conf.d/nginx.conf']
networks:
e2e: