Skip to content

Commit 08168aa

Browse files
committed
bump BoxLang version
1 parent ce8e006 commit 08168aa

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

.github/workflows/scans.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
strategy:
1919
matrix:
2020
include:
21-
- BUILD_IMAGE_DOCKERFILE: builds/debian/Base.Dockerfile
22-
BUILD_IMAGE_TAG: CommandBox
21+
- BUILD_IMAGE_DOCKERFILE: builds/base/Base.Dockerfile
22+
BUILD_IMAGE_TAGS: CommandBox
2323
# - BUILD_IMAGE_DOCKERFILE: builds/debian/Lucee5.Dockerfile
2424
# BUILD_IMAGE_TAG: lucee5.3.10.97
2525
# - BUILD_IMAGE_DOCKERFILE: builds/debian/Adobe2018.Dockerfile
@@ -50,13 +50,13 @@ jobs:
5050
build-args: COMMANDBOX_VERSION=${{ env.COMMANDBOX_VERSION }}
5151
push: false
5252
load: true
53-
tags: ${{ env.DOCKER_IMAGE }}:${{ matrix.BUILD_IMAGE_TAG }}
53+
tags: ${{ env.DOCKER_IMAGE }}:${{ matrix.BUILD_IMAGE_TAGS }}
5454

5555
- name: Scan generated packages
5656
uses: anchore/scan-action@v6
5757
id: securityscan
5858
with:
59-
image: ${{ env.DOCKER_IMAGE }}:${{ matrix.BUILD_IMAGE_TAG }}
59+
image: ${{ env.DOCKER_IMAGE }}:${{ matrix.BUILD_IMAGE_TAGS }}
6060
severity-cutoff: "high"
6161
fail-build: false
6262
by-cve: "true"

builds/alpine/BoxLang.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ LABEL maintainer "Jon Clausen <[email protected]>"
77
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
88

99

10-
ENV BOX_SERVER_APP_CFENGINE boxlang@1.7.0
10+
ENV BOX_SERVER_APP_CFENGINE boxlang@1.8.0
1111

1212
RUN ${BUILD_DIR}/util/warmup-server.sh

builds/debian/BoxLang.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ LABEL maintainer "Jon Clausen <[email protected]>"
66
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
77

88

9-
ENV BOX_SERVER_APP_CFENGINE boxlang@1.7.0
9+
ENV BOX_SERVER_APP_CFENGINE boxlang@1.8.0
1010

1111
RUN ${BUILD_DIR}/util/warmup-server.sh

builds/redhat/BoxLang.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ LABEL maintainer "Jon Clausen <[email protected]>"
77
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
88

99

10-
ENV BOX_SERVER_APP_CFENGINE boxlang@1.7.0
10+
ENV BOX_SERVER_APP_CFENGINE boxlang@1.8.0
1111

1212
RUN ${BUILD_DIR}/util/warmup-server.sh

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
- RedHat UBI images bumped to ubi-10
1414
- `-ubi9` tags no changed to `-rhel` for clarity on OS. Old `-ubi9` tags will no longer will be created
15+
- BoxLang images bumped to `v1.8.0`
1516
- Lucee 6 images bumped to `v6.2.3+35`
1617
- Lucee 7 images added (`v7.0.0+395`)
1718
- Adobe 2021 Support Removed

0 commit comments

Comments
 (0)