Skip to content

Commit 8055f47

Browse files
committed
boxlang image version to 1.0.0
1 parent 74fc979 commit 8055f47

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

builds/alpine/BoxLang.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ LABEL maintainer "Jon Clausen <jclausen@ortussolutions.com>"
55
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
66

77

8-
ENV BOX_SERVER_APP_CFENGINE boxlang@1.0.0-snapshot
8+
ENV BOX_SERVER_APP_CFENGINE boxlang@1.0.0
99

1010
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
@@ -5,6 +5,6 @@ LABEL maintainer "Jon Clausen <jclausen@ortussolutions.com>"
55
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
66

77

8-
ENV BOX_SERVER_APP_CFENGINE boxlang@1.0.0-snapshot
8+
ENV BOX_SERVER_APP_CFENGINE boxlang@1.0.0
99

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

builds/ubi9/BoxLang.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ LABEL maintainer "Jon Clausen <jclausen@ortussolutions.com>"
55
LABEL repository "https://github.com/Ortus-Solutions/docker-commandbox"
66

77

8-
ENV BOX_SERVER_APP_CFENGINE boxlang@1.0.0-snapshot
8+
ENV BOX_SERVER_APP_CFENGINE boxlang@1.0.0
99

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

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ 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+
## [6.2.0/3.13.3] - 2025-04-29
10+
11+
### Changed
12+
13+
* Boxlang version to 1.0.0
14+
915
## [6.2.0/3.13.1] - 2025-04-25
1016

1117
### Changed

0 commit comments

Comments
 (0)