Skip to content

Commit 5efa598

Browse files
authored
Merge pull request #75 from tuxgasy/v21.0.2
2 parents ed0dbf3 + c575596 commit 5efa598

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
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.6, 19.0.4, 20.0.4, 21.0.1, develop ]
20+
dolibarr_version: [ 15.0.3, 16.0.5, 17.0.4, 18.0.6, 19.0.4, 20.0.4, 21.0.2, develop ]
2121
runs-on: ubuntu-24.04
2222
steps:
2323
- uses: actions/checkout@v3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FROM ${ARCH}php:8.2-apache-bullseye
1313
# 2025 Renato de Castro Ferreira
1414
LABEL maintainer="The Dolibarr foundation <[email protected]>"
1515

16-
ENV DOLI_VERSION=21.0.1
16+
ENV DOLI_VERSION=21.0.2
1717
ENV DOLI_VERSION_FOR_INIT_DEMO=21.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.6" "19.0.4" "20.0.4" "21.0.1" "develop")
6+
DOLIBARR_VERSIONS=("15.0.3" "16.0.5" "17.0.4" "18.0.6" "19.0.4" "20.0.4" "21.0.2" "develop")
77

88
# The version to use when installing dolibarr/dolibarr:latest
9-
DOLIBARR_LATEST_TAG="21.0.1"
9+
DOLIBARR_LATEST_TAG="21.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="21.0"

0 commit comments

Comments
 (0)