generator-reshow 0.17.65 → 0.17.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,7 +9,7 @@ localImage=$(${DIR}/../support/localImage.sh)
9
9
  pid=$$
10
10
  folderName=${PWD##*/}
11
11
 
12
- cli='env docker run --rm -it --platform linux/amd64'
12
+ cli='env docker run --rm -it'
13
13
  cli+=" -v $DIR/../docker/entrypoint.sh:/entrypoint.sh"
14
14
  cli+=" --name ${folderName}-${pid} ${localImage}"
15
15
  echo $cli
@@ -6,7 +6,8 @@ DIR="$(
6
6
 
7
7
  TERRATEST=$(${DIR}/../support/TERRATEST.sh)
8
8
 
9
- docker run --rm --platform linux/amd64 -v $DIR/../:/app/test \
9
+ docker run --rm \
10
+ -v $DIR/../:/app/test \
10
11
  -v /var/run/docker.sock:/var/run/docker.sock \
11
12
  -w /app/test \
12
13
  $TERRATEST \
@@ -8,6 +8,8 @@ BUILD_DEPS=""
8
8
 
9
9
  INSTALL=""
10
10
 
11
+ UPGRADE=""
12
+
11
13
  echo "###"
12
14
  echo "# Will install build tool"
13
15
  echo "###"
@@ -20,8 +22,13 @@ echo "###"
20
22
  echo ""
21
23
  echo $INSTALL
22
24
  echo ""
25
+ echo "###"
26
+ echo "# Will upgradee"
27
+ echo "###"
28
+ echo ""
29
+ echo $UPGRADE
23
30
 
24
- apk add --virtual .build-deps $BUILD_DEPS && apk add $INSTALL
31
+ apk add --virtual .build-deps $BUILD_DEPS && apk add $INSTALL --upgrade $UPGRADE
25
32
 
26
33
  #/* put your install code here */#
27
34
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.17.65",
2
+ "version": "0.17.67",
3
3
  "name": "generator-reshow",
4
4
  "repository": {
5
5
  "type": "git",