Skip to content

Commit 9f23c86

Browse files
committed
Release Dolibarr 22.0.4
Closes: #97
1 parent 515324c commit 9f23c86

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build-docker-images:
1818
strategy:
1919
matrix:
20-
dolibarr_version: [ 15.0.3, 16.0.5, 17.0.4, 18.0.8, 19.0.4, 20.0.4, 21.0.4, 22.0.3, develop ]
20+
dolibarr_version: [ 15.0.3, 16.0.5, 17.0.4, 18.0.8, 19.0.4, 20.0.4, 21.0.4, 22.0.4, develop ]
2121
runs-on: ubuntu-24.04
2222
steps:
2323
- uses: actions/checkout@v6
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FROM ${ARCH}php:8.2-apache-bookworm
1313
# 2025 Renato de Castro Ferreira
1414
LABEL maintainer="The Dolibarr foundation <[email protected]>"
1515

16-
ENV DOLI_VERSION=22.0.3
16+
ENV DOLI_VERSION=22.0.4
1717
ENV DOLI_VERSION_FOR_INIT_DEMO=22.0
1818
ENV DOLI_INSTALL_AUTO=1
1919
ENV DOLI_PROD=1

versions.sh

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

55
# The list of version to build docker packages for
6-
DOLIBARR_VERSIONS=("15.0.3" "16.0.5" "17.0.4" "18.0.8" "19.0.4" "20.0.4" "21.0.4" "22.0.3" "develop")
6+
DOLIBARR_VERSIONS=("15.0.3" "16.0.5" "17.0.4" "18.0.8" "19.0.4" "20.0.4" "21.0.4" "22.0.4" "develop")
77

88
# The version to use when installing dolibarr/dolibarr:latest
99
DOLIBARR_LATEST_TAG="22.0.3"

0 commit comments

Comments
 (0)