Skip to content

Commit

Permalink
Update docker-compose (#76)
Browse files Browse the repository at this point in the history
* Update docker-compose

* Fix typo
  • Loading branch information
digitalsleuth authored Jan 27, 2023
1 parent f20938a commit 65cc9dc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sift/scripts/docker-compose.sls
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{%- set version = "1.24.0" -%}
{%- set hash = "bee6460f96339d5d978bb63d17943f773e1a140242dfa6c941d5e020a302c91b" -%}
{%- set version = "2.15.1" -%}
{%- set hash = "bcfd9ea51dee4c19dccdfaeef0e7956ef68bf14f3d175933742061a7271ef0f5" -%}

sift-scripts-docker-compose:
file.managed:
- name: /usr/local/bin/docker-compose
- source: https://github.com/docker/compose/releases/download/{{ version }}/docker-compose-{{ grains['kernel'] }}-{{ grains['cpuarch'] }}
- source: https://github.com/docker/compose/releases/download/v{{ version }}/docker-compose-{{ grains['kernel'] }}-{{ grains['cpuarch'] }}
- source_hash: sha256={{ hash }}
- mode: 755
- replace: True

0 comments on commit 65cc9dc

Please sign in to comment.