File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
- docker buildx create --name multiarch --bootstrap --use
7
7
docker:build :
8
8
env :
9
- VERSION : 5.1.24
9
+ VERSION : 5.1.25
10
10
cmds :
11
11
- docker build --platform linux/amd64,linux/arm64 --builder=multiarch -t docker.io/tanjim/mautic:install-$VERSION --target=install --push .
12
12
- docker build --platform linux/amd64,linux/arm64 --builder=multiarch -t docker.io/tanjim/mautic:console-$VERSION --target=console --push .
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ type: application
18
18
# This is the chart version. This version number should be incremented each time you make changes
19
19
# to the chart and its templates, including the app version.
20
20
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21
- version : 5.1.61
21
+ version : 5.1.62
22
22
23
23
# This is the version number of the application being deployed. This version number should be
24
24
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 5
5
image :
6
6
repository : docker.io/tanjim/mautic
7
7
pullPolicy : IfNotPresent
8
- tag : " 5.1.24 "
8
+ tag : " 5.1.25 "
9
9
10
10
# existingConfigMap: ""
11
11
# ignore the following values if existingConfigMap is set
Original file line number Diff line number Diff line change @@ -102,5 +102,5 @@ ENV PHP_INI_VALUE_MAX_EXECUTION_TIME=600 \
102
102
103
103
COPY ./entrypoints/console.sh /entrypoint.sh
104
104
105
- ENTRYPOINT [ ". /entrypoint.sh" ]
105
+ ENTRYPOINT [" /entrypoint.sh"]
106
106
CMD ["--help"]
You can’t perform that action at this time.
0 commit comments