Skip to content

Commit

Permalink
Merge pull request #177 from montjoie/lava-2024.05
Browse files Browse the repository at this point in the history
Upgrade to LAVA 2024.05
  • Loading branch information
nuclearcat authored Jun 11, 2024
2 parents bf62380 + a808387 commit 4d8fba2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lava-master/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lavasoftware/lava-server:2024.01
FROM lavasoftware/lava-server:2024.05

RUN apt-get update && apt-get -y install sudo git

Expand Down
2 changes: 1 addition & 1 deletion lava-slave/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lavasoftware/lava-dispatcher:2024.01
FROM lavasoftware/lava-dispatcher:2024.05

RUN apt-get update

Expand Down
2 changes: 1 addition & 1 deletion lavalab-gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def main():
else:
listen_address = '0.0.0.0'
dockcomp = {}
dockcomp["version"] = "2.0"
dockcomp["version"] = "2.4"
dockcomp["services"] = {}
dockcomposeymlpath = "output/%s/docker-compose.yml" % host
dockcomp["services"][name] = {}
Expand Down

0 comments on commit 4d8fba2

Please sign in to comment.