File tree 5 files changed +11
-11
lines changed
5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- FAABRIC_VERSION = 0.20 .0
2
- FAABRIC_CLI_IMAGE = faasm.azurecr.io/faabric:0.20 .0
1
+ FAABRIC_VERSION = 0.21 .0
2
+ FAABRIC_CLI_IMAGE = faasm.azurecr.io/faabric:0.21 .0
3
3
COMPOSE_PROJECT_NAME = faabric-dev
4
4
CONAN_CACHE_MOUNT_SOURCE = ./conan-cache/
Original file line number Diff line number Diff line change 20
20
if : github.event.pull_request.draft == false
21
21
runs-on : ubuntu-latest
22
22
container :
23
- image : faasm.azurecr.io/faabric:0.20 .0
23
+ image : faasm.azurecr.io/faabric:0.21 .0
24
24
env :
25
25
DEPLOYMENT_TYPE : gha-ci
26
26
steps :
34
34
if : github.event.pull_request.draft == false
35
35
runs-on : ubuntu-latest
36
36
container :
37
- image : faasm.azurecr.io/faabric:0.20 .0
37
+ image : faasm.azurecr.io/faabric:0.21 .0
38
38
steps :
39
39
- name : " Check out code"
40
40
uses : actions/checkout@v4
45
45
if : github.event.pull_request.draft == false
46
46
runs-on : ubuntu-latest
47
47
container :
48
- image : faasm.azurecr.io/faabric:0.20 .0
48
+ image : faasm.azurecr.io/faabric:0.21 .0
49
49
steps :
50
50
- name : " Check out code"
51
51
uses : actions/checkout@v4
65
65
REDIS_QUEUE_HOST : redis
66
66
REDIS_STATE_HOST : redis
67
67
container :
68
- image : faasm.azurecr.io/faabric:0.20 .0
68
+ image : faasm.azurecr.io/faabric:0.21 .0
69
69
options : --privileged
70
70
services :
71
71
redis :
@@ -104,7 +104,7 @@ jobs:
104
104
REDIS_QUEUE_HOST : redis
105
105
REDIS_STATE_HOST : redis
106
106
container :
107
- image : faasm.azurecr.io/faabric:0.20 .0
107
+ image : faasm.azurecr.io/faabric:0.21 .0
108
108
options : --privileged
109
109
services :
110
110
redis :
@@ -156,7 +156,7 @@ jobs:
156
156
REDIS_QUEUE_HOST : redis
157
157
REDIS_STATE_HOST : redis
158
158
container :
159
- image : faasm.azurecr.io/faabric:0.20 .0
159
+ image : faasm.azurecr.io/faabric:0.21 .0
160
160
services :
161
161
redis :
162
162
image : redis
Original file line number Diff line number Diff line change 1
- 0.20 .0
1
+ 0.21 .0
Original file line number Diff line number Diff line change 1
- FROM ubuntu:22 .04
1
+ FROM ubuntu:24 .04
2
2
3
3
# Configure APT repositories
4
4
ARG LLVM_VERSION_MAJOR
Original file line number Diff line number Diff line change 1
- FROM faasm.azurecr.io/faabric-base:0.15 .0
1
+ FROM faasm.azurecr.io/faabric-base:0.21 .0
2
2
ARG FAABRIC_VERSION
3
3
4
4
# faabic-base image is not re-built often, so tag may be behind
You can’t perform that action at this time.
0 commit comments