Skip to content

Commit 73658fe

Browse files
committed
Import new Dolibarr versions
- 22.0.5 - 23.0.3
1 parent 59337f9 commit 73658fe

8 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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.9, 19.0.4, 20.0.4, 21.0.4, 22.0.4, 23.0.2, develop ]
20+
dolibarr_version: [ 15.0.3, 16.0.5, 17.0.4, 18.0.9, 19.0.4, 20.0.4, 21.0.4, 22.0.5, 23.0.3, 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 <contact@dolibarr.org>"
1515

16-
ENV DOLI_VERSION=22.0.4
16+
ENV DOLI_VERSION=22.0.5
1717
ENV DOLI_VERSION_FOR_INIT_DEMO=22.0
1818
ENV DOLI_INSTALL_AUTO=1
1919
ENV DOLI_PROD=1
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 <contact@dolibarr.org>"
1515

16-
ENV DOLI_VERSION=23.0.2
16+
ENV DOLI_VERSION=23.0.3
1717
ENV DOLI_VERSION_FOR_INIT_DEMO=23.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.9" "19.0.4" "20.0.4" "21.0.4" "22.0.4" "23.0.2" "develop")
6+
DOLIBARR_VERSIONS=("15.0.3" "16.0.5" "17.0.4" "18.0.9" "19.0.4" "20.0.4" "21.0.4" "22.0.5" "23.0.3" "develop")
77

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

0 commit comments

Comments
 (0)