Skip to content

Commit 655917b

Browse files
authored
chore: bump base images to ubuntu 24.04 (#135)
* git: bump minor version to 0.7.0 * chore: bump versions in requirements.txt
1 parent 078e43e commit 655917b

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
SYSROOT_VERSION=0.6.0
2-
SYSROOT_CLI_IMAGE=ghcr.io/faasm/cpp-sysroot:0.6.0
1+
SYSROOT_VERSION=0.7.0
2+
SYSROOT_CLI_IMAGE=ghcr.io/faasm/cpp-sysroot:0.7.0
33
COMPOSE_PROJECT_NAME=cpp-dev

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: github.event.pull_request.draft == false
1818
runs-on: ubuntu-latest
1919
container:
20-
image: ghcr.io/faasm/cpp-sysroot:0.6.0
20+
image: ghcr.io/faasm/cpp-sysroot:0.7.0
2121
steps:
2222
# --- Update code ---
2323
- name: "Checkout code"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.7.0

docker/cpp-sysroot.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# llvm image is not re-built often, so the tag may be behind
2-
FROM ghcr.io/faasm/llvm:0.4.0 AS llvm
2+
FROM ghcr.io/faasm/llvm:0.7.0 AS llvm
33

44
# faabric-base image is not re-built often, so tag may be behind
5-
FROM ghcr.io/faasm/faabric-base:0.15.0
5+
FROM ghcr.io/faasm/faabric-base:0.21.0
66
SHELL ["/bin/bash", "-c"]
77
ENV CPP_DOCKER="on"
88

docker/llvm.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04
1+
FROM ubuntu:24.04
22

33
SHELL ["/bin/bash", "-c"]
44
ENV CPP_DOCKER="on"

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
black==22.3.0
2-
faasmctl==0.49.0
3-
flake8==4.0.1
1+
black>=25.9.0
2+
faasmctl>=0.49.0
3+
flake8>=7.3.0
44
invoke>=2.0.0
55
requests>=2.31.0

0 commit comments

Comments
 (0)