diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 157b11a..61cc462 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,9 +18,9 @@ jobs: formatting: if: github.event.pull_request.draft == false - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest container: - image: faasm/cpython:0.2.1 + image: faasm/cpython:0.2.2 steps: - name: "Fetch code" uses: actions/checkout@v3 @@ -35,13 +35,13 @@ jobs: build: if: github.event.pull_request.draft == false - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest env: HOST_TYPE: ci REDIS_QUEUE_HOST: redis REDIS_STATE_HOST: redis container: - image: faasm/cpython:0.2.1 + image: faasm/cpython:0.2.2 services: redis: image: redis diff --git a/Dockerfile b/Dockerfile index c4a2fb3..87e2be7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM faasm/cpp-sysroot:0.2.0 +FROM faasm/cpp-sysroot:0.2.1 ARG FAASM_PYTHON_VERSION SHELL ["/bin/bash", "-c"] diff --git a/VERSION b/VERSION index 0c62199..ee1372d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.1 +0.2.2