Skip to content

Commit fd8ed07

Browse files
authored
Upgrade to latest cpp (#10)
1 parent 36260ae commit fd8ed07

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.event.pull_request.draft == false
1313
runs-on: ubuntu-20.04
1414
container:
15-
image: faasm/cpython:0.0.11
15+
image: faasm/cpython:0.0.12
1616
defaults:
1717
run:
1818
working-directory: /code/python
@@ -40,7 +40,7 @@ jobs:
4040
REDIS_QUEUE_HOST: redis
4141
REDIS_STATE_HOST: redis
4242
container:
43-
image: faasm/cpython:0.0.11
43+
image: faasm/cpython:0.0.12
4444
defaults:
4545
run:
4646
working-directory: /code/python

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM faasm/cpp-sysroot:0.0.22
1+
FROM faasm/cpp-sysroot:0.0.24
22
ARG FAASM_PYTHON_VERSION
33

44
RUN apt install -y \

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.11
1+
0.0.12

0 commit comments

Comments
 (0)