Skip to content

Commit 8e37553

Browse files
committed
update commandbox version
1 parent 88cef90 commit 8e37553

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
env:
1717
DOCKER_IMAGE: ortussolutions/commandbox
18-
COMMANDBOX_VERSION: 6.2.1
18+
COMMANDBOX_VERSION: 6.3.1
1919
strategy:
2020
matrix:
2121
include:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
env:
9797
DOCKER_IMAGE: ortussolutions/commandbox
9898
BUILD_IMAGE_TAGS: ${{ matrix.BUILD_IMAGE_TAGS }}
99-
COMMANDBOX_VERSION: 6.2.1
99+
COMMANDBOX_VERSION: 6.3.1
100100
IMAGE_VERSION: 3.14.1
101101
run: |
102102
# Split the comma-separated tags
@@ -291,7 +291,7 @@ jobs:
291291
DOCKER_IMAGE: ortussolutions/commandbox
292292
BUILD_IMAGE_TAGS: ${{ matrix.BUILD_IMAGE_TAGS }}
293293
BASE_IMAGE: ${{ matrix.BASE_IMAGE }}
294-
COMMANDBOX_VERSION: 6.2.1
294+
COMMANDBOX_VERSION: 6.3.1
295295
IMAGE_VERSION: 3.14.1
296296
run: |
297297
# Split the comma-separated tags

.github/workflows/scans.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
env:
1616
DOCKER_IMAGE: ortussolutions/commandbox
17-
COMMANDBOX_VERSION: 6.2.1
17+
COMMANDBOX_VERSION: 6.3.1
1818
strategy:
1919
matrix:
2020
include:

0 commit comments

Comments
 (0)