Skip to content

Commit 01690d8

Browse files
authored
Merge pull request #22 from FriendsOfREDAXO/update-demo-versions
build: update demo package versions
2 parents 98cd5a4 + e8e38e0 commit 01690d8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

images/base/custom-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -euo pipefail
33

44
cd /var/www/html
55

6-
php redaxo/bin/console install:download -q demo_base 3.1.0
6+
php redaxo/bin/console install:download -q demo_base 3.3.2
77
php redaxo/bin/console package:install -q demo_base
88
php redaxo/bin/console cache:clear -q
99
php redaxo/bin/console demo_base:install -q -y

images/community/custom-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -euo pipefail
33

44
cd /var/www/html
55

6-
php redaxo/bin/console install:download -q demo_community 4.1.2
6+
php redaxo/bin/console install:download -q demo_community 4.1.3
77
php redaxo/bin/console package:install -q demo_community
88
php redaxo/bin/console cache:clear -q
99
php redaxo/bin/console demo_community:install -q -y

source/images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ images:
44
- name: "base"
55
tags: ["base"]
66
package-name: "demo_base"
7-
package-version: "3.1.0"
7+
package-version: "3.3.2"
88
- name: "community"
99
tags: ["community"]
1010
package-name: "demo_community"
11-
package-version: "4.1.2"
11+
package-version: "4.1.3"
1212
- name: "onepage"
1313
tags: ["onepage"]
1414
package-name: "demo_onepage"

0 commit comments

Comments
 (0)