mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
ci: Remove VERSION
from Dockerfile
(#3711)
* ci: Remove `VERSION` from `Dockerfile` This line was meant to be dropped with the switch to using the `DMS_RELEASE` ENV.
This commit is contained in:
parent
6a56c7e749
commit
226ec847a4
|
@ -27,6 +27,7 @@ All notable changes to this project will be documented in this file. The format
|
||||||
- **Internal**:
|
- **Internal**:
|
||||||
- The container startup welcome log message now references `DMS_RELEASE` ([#3676](https://github.com/docker-mailserver/docker-mailserver/pull/3676))
|
- The container startup welcome log message now references `DMS_RELEASE` ([#3676](https://github.com/docker-mailserver/docker-mailserver/pull/3676))
|
||||||
- `VERSION` was incremented for prior releases to be notified of the v13.0.1 patch release ([#3676](https://github.com/docker-mailserver/docker-mailserver/pull/3676))
|
- `VERSION` was incremented for prior releases to be notified of the v13.0.1 patch release ([#3676](https://github.com/docker-mailserver/docker-mailserver/pull/3676))
|
||||||
|
- `VERSION` is no longer included in the image ([#3711](https://github.com/docker-mailserver/docker-mailserver/pull/3711))
|
||||||
- Update-check: fix 'read' exit status ([#3688](https://github.com/docker-mailserver/docker-mailserver/pull/3688))
|
- Update-check: fix 'read' exit status ([#3688](https://github.com/docker-mailserver/docker-mailserver/pull/3688))
|
||||||
- **Rspamd:**
|
- **Rspamd:**
|
||||||
- Switch to official arm64 packages to avoid segfaults ([#3686](https://github.com/docker-mailserver/docker-mailserver/pull/3686))
|
- Switch to official arm64 packages to avoid segfaults ([#3686](https://github.com/docker-mailserver/docker-mailserver/pull/3686))
|
||||||
|
|
|
@ -277,8 +277,6 @@ RUN <<EOF
|
||||||
update-locale
|
update-locale
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
COPY VERSION /
|
|
||||||
|
|
||||||
COPY \
|
COPY \
|
||||||
target/bin/* \
|
target/bin/* \
|
||||||
target/scripts/*.sh \
|
target/scripts/*.sh \
|
||||||
|
|
Loading…
Reference in a new issue