Skip to content

Commit 690033f

Browse files
committed
..
1 parent d7c5c83 commit 690033f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tasks:
66
- docker buildx create --name multiarch --bootstrap --use
77
docker:build:
88
env:
9-
VERSION: 5.1.24
9+
VERSION: 5.1.25
1010
cmds:
1111
- docker build --platform linux/amd64,linux/arm64 --builder=multiarch -t docker.io/tanjim/mautic:install-$VERSION --target=install --push .
1212
- docker build --platform linux/amd64,linux/arm64 --builder=multiarch -t docker.io/tanjim/mautic:console-$VERSION --target=console --push .

charts/mautic/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 5.1.61
21+
version: 5.1.62
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to

charts/mautic/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mautic:
55
image:
66
repository: docker.io/tanjim/mautic
77
pullPolicy: IfNotPresent
8-
tag: "5.1.24"
8+
tag: "5.1.25"
99

1010
# existingConfigMap: ""
1111
# ignore the following values if existingConfigMap is set

dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,5 @@ ENV PHP_INI_VALUE_MAX_EXECUTION_TIME=600 \
102102

103103
COPY ./entrypoints/console.sh /entrypoint.sh
104104

105-
ENTRYPOINT [ "./entrypoint.sh" ]
105+
ENTRYPOINT ["/entrypoint.sh"]
106106
CMD ["--help"]

0 commit comments

Comments
 (0)