Skip to content

Commit 01d93b3

Browse files
committed
Bump Dolibarr versions
- 18.0.8 -> 18.0.9 - 23.0.1 -> 23.0.2
1 parent 6979f13 commit 01d93b3

8 files changed

Lines changed: 5 additions & 5 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.8, 19.0.4, 20.0.4, 21.0.4, 22.0.4, 23.0.1, 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.4, 23.0.2, 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.1-apache-bookworm
1313
# 2025 Renato de Castro Ferreira
1414
LABEL maintainer="The Dolibarr foundation <contact@dolibarr.org>"
1515

16-
ENV DOLI_VERSION=18.0.8
16+
ENV DOLI_VERSION=18.0.9
1717
ENV DOLI_VERSION_FOR_INIT_DEMO=18.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.1
16+
ENV DOLI_VERSION=23.0.2
1717
ENV DOLI_VERSION_FOR_INIT_DEMO=23.0
1818
ENV DOLI_INSTALL_AUTO=1
1919
ENV DOLI_PROD=1

versions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
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.4" "23.0.1" "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.4" "23.0.2" "develop")
77

88
# The version to use when installing dolibarr/dolibarr:latest
9-
DOLIBARR_LATEST_TAG="23.0.1"
9+
DOLIBARR_LATEST_TAG="23.0.2"
1010

1111
# The version to use to find the dump file for the init of demo with branch "develop"
1212
DOLIBARR_VERSION_FOR_INIT_DEMO="23.0"

0 commit comments

Comments
 (0)