From fd4d70889d95d57bee837649d6fdbf1e9378991a Mon Sep 17 00:00:00 2001 From: Carlos Segarra Date: Mon, 3 Apr 2023 17:54:52 +0000 Subject: [PATCH 1/2] gh: bump code version to tag new image --- .github/workflows/tests.yml | 4 ++-- VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1429717..1ff44b0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ jobs: if: github.event.pull_request.draft == false runs-on: ubuntu-latest container: - image: faasm.azurecr.io/cpython:0.2.5 + image: faasm.azurecr.io/cpython:0.2.6 credentials: username: ${{ secrets.ACR_SERVICE_PRINCIPAL_ID }} password: ${{ secrets.ACR_SERVICE_PRINCIPAL_PASSWORD }} @@ -44,7 +44,7 @@ jobs: REDIS_QUEUE_HOST: redis REDIS_STATE_HOST: redis container: - image: faasm.azurecr.io/cpython:0.2.5 + image: faasm.azurecr.io/cpython:0.2.6 credentials: username: ${{ secrets.ACR_SERVICE_PRINCIPAL_ID }} password: ${{ secrets.ACR_SERVICE_PRINCIPAL_PASSWORD }} diff --git a/VERSION b/VERSION index 3a4036f..53a75d6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.5 +0.2.6 From 8819e68e25f5a621975640f66c6467197cae7ae5 Mon Sep 17 00:00:00 2001 From: Carlos Segarra Date: Mon, 3 Apr 2023 17:55:37 +0000 Subject: [PATCH 2/2] cpp: bump version --- Dockerfile | 2 +- third-party/cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a3fba6d..679cb42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM faasm.azurecr.io/cpp-sysroot:0.2.4 +FROM faasm.azurecr.io/cpp-sysroot:0.2.5 ARG FAASM_PYTHON_VERSION SHELL ["/bin/bash", "-c"] diff --git a/third-party/cpp b/third-party/cpp index b556c29..042475a 160000 --- a/third-party/cpp +++ b/third-party/cpp @@ -1 +1 @@ -Subproject commit b556c29b46869d0f07d55c53b1b6819e6c4c72f1 +Subproject commit 042475a7721d03370e69fe451bb7cc996f32033a