Update python Docker tag to v3.12.4 #26
Annotations
1 error and 1 warning
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; export BUILD_DEPS='libldap2-dev libsasl2-dev'; apt-get update; DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends mime-support libffi8 libpq5 libssl3 libldap-common libsasl2-2 ${BUILD_DEPS}; git clone --depth=1 --branch=${ETE_VERSION} \"${ETE_REPO}\" \"${BASE_DIR}\"; /usr/local/bin/python -m pip install --no-cache-dir --progress-bar off --upgrade pip; pip install --no-cache-dir --progress-bar off -r \"${BASE_DIR}/requirements.txt\" \"psycopg2-binary\" \"python-ldap\"; apt-get remove --purge -y ${BUILD_DEPS}; apt-get autoremove --purge -y; rm -rf /var/lib/apt/lists/*; rm -r \"${BASE_DIR}/.git\"; chown -R \"${DEFAULT_UID}\":\"${DEFAULT_GID}\" \"${BASE_DIR}\"" did not complete successfully: exit code: 1
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/[email protected], docker/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job failed
Loading