Skip to content

Commit

Permalink
set git_version_to_install to 1:2.43.0-1ubuntu7
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Nov 26, 2024
1 parent a790ff6 commit 6095084
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.7"
services:
kasm:
build: .
image: ghcr.io/mach30/kasm-dof-workspace:v2.0.0
image: ghcr.io/mach30/kasm-dof-workspace:install-m30pm-from-deb
ports:
- "6901:6901"
environment:
Expand Down
4 changes: 2 additions & 2 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@
tags: install_utilities

vars:
git_version: "2.47.0"
git_version_to_install: "1:{{ git_version }}-0ppa2~ubuntu24.04.1"
git_version: "2.43.0"
git_version_to_install: "1:{{ git_version }}-1ubuntu7"
keychain_version: "2.8.5"
keychain_version_to_install: "{{ keychain_version }}-4"
keychain_version_expected: "{{ keychain_version }}.."
Expand Down

0 comments on commit 6095084

Please sign in to comment.