From a411fc4e368d18480a1000484428cb7669ee77c0 Mon Sep 17 00:00:00 2001 From: mfilip Date: Tue, 31 Oct 2023 11:36:25 +0100 Subject: [PATCH] update --- .github/workflows/ci-bindings.yml | 2 +- docker/81.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-bindings.yml b/.github/workflows/ci-bindings.yml index 917e749c..a01e7e63 100644 --- a/.github/workflows/ci-bindings.yml +++ b/.github/workflows/ci-bindings.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [18.x] steps: - uses: actions/checkout@v1 diff --git a/docker/81.yml b/docker/81.yml index 7536379c..af075b3f 100644 --- a/docker/81.yml +++ b/docker/81.yml @@ -20,6 +20,6 @@ services: - es build: context: "." - dockerfile: "Dockerfile-es" + dockerfile: "Dockerfile" args: BASE_IMAGE: idealpostcodes/magento-test:m2.4-php8.1