Skip to content

Commit 5c23c96

Browse files
authored
Merge pull request #99 from Ortus-Solutions/development
v3.14.1
2 parents c5cafba + 88cef90 commit 5c23c96

4 files changed

Lines changed: 21 additions & 24 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
DOCKER_IMAGE: ortussolutions/commandbox
9898
BUILD_IMAGE_TAGS: ${{ matrix.BUILD_IMAGE_TAGS }}
9999
COMMANDBOX_VERSION: 6.2.1
100-
IMAGE_VERSION: 3.14.8
100+
IMAGE_VERSION: 3.14.1
101101
run: |
102102
# Split the comma-separated tags
103103
IFS=',' read -ra TAG_ARRAY <<< "$BUILD_IMAGE_TAGS"
@@ -292,7 +292,7 @@ jobs:
292292
BUILD_IMAGE_TAGS: ${{ matrix.BUILD_IMAGE_TAGS }}
293293
BASE_IMAGE: ${{ matrix.BASE_IMAGE }}
294294
COMMANDBOX_VERSION: 6.2.1
295-
IMAGE_VERSION: 3.14.0
295+
IMAGE_VERSION: 3.14.1
296296
run: |
297297
# Split the comma-separated tags
298298
IFS=',' read -ra TAG_ARRAY <<< "$BUILD_IMAGE_TAGS"

.github/workflows/scans.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
include:
21-
- BUILD_IMAGE_DOCKERFILE: builds/base/Base.Dockerfile
21+
- BUILD_IMAGE_DOCKERFILE: builds/base/Dockerfile
2222
BUILD_IMAGE_TAGS: CommandBox
2323
# - BUILD_IMAGE_DOCKERFILE: builds/debian/Lucee5.Dockerfile
2424
# BUILD_IMAGE_TAG: lucee5.3.10.97

build/util/debian/install-dependencies.sh

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,18 @@ apt-get update
66
# Upgrade all packages
77
apt-get -y upgrade
88

9-
# TODO: Remove this manual update when the next Ubuntu version is released and test if CVEs are resolved
10-
# Manually update specific packages with known CVE vulnerabilities to latest available versions
11-
apt-get install -y \
12-
linux-libc-dev \
13-
libkrb5support0 \
14-
libkrb5-3 \
15-
libk5crypto3 \
16-
libgssapi-krb5-2
17-
189
apt-get autoremove -y
1910

20-
apt-get install --assume-yes \
21-
apt-utils \
22-
ca-certificates \
23-
curl \
24-
jq \
25-
bzip2 \
26-
unzip \
27-
gnupg \
28-
libreadline-dev \
29-
fontconfig
11+
apt-get install -y \
12+
apt-utils \
13+
ca-certificates \
14+
curl \
15+
jq \
16+
bzip2 \
17+
unzip \
18+
gnupg \
19+
libreadline-dev \
20+
fontconfig
3021

3122
# add a simple script that can auto-detect the appropriate JAVA_HOME value
3223
# based on whether the JDK or only the JRE is installed

changelog.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
----
9-
## [Unreleased]
9+
## [6.2.1/3.14.1] - 2025-12-17
10+
11+
### Changed
12+
13+
- Updated version of `commandbox-boxlang` module
14+
15+
## [6.2.1/3.14.0] - 2025-12-10
1016

1117
### Changed
1218

@@ -21,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2127
- Adobe 2021 Support to be removed in next version due to 11/25/2025 EOL/EOS notice
2228

2329

24-
## [6.2.1/3.13.7]
30+
## [6.2.1/3.13.7] - 2025-11-15
2531

2632
### Changed
2733

0 commit comments

Comments
 (0)