Upgrade base image (#244)

This commit is contained in:
Hui Yu
2023-06-04 02:24:41 +08:00
committed by GitHub
parent f6b4147e44
commit d2dd5e9f6f

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM maven:3.8.2-jdk-8-slim
FROM maven:3.9.2-eclipse-temurin-11
# Install preprocessing script requirements
RUN apt-get update && apt-get -y install git python3-pip && pip install urllib3==1.24.2