Skip to content

Commit c5229c1

Browse files
committed
Release 18.0.0 - See CHANGELOG.md
1 parent 6a3f759 commit c5229c1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 18.0.0 2025-05-14 <dave at tiredofit dot ca>
2+
3+
### Added
4+
- Gitlab-EE 18.0.0
5+
6+
17
## 17.11.2.1 2025-05-12 <dave at tiredofit dot ca>
28

39
### Added

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG GITLAB_VERSION
88
ARG RUBY_VERSION
99

1010
### Set Defaults and Arguments
11-
ENV GITLAB_VERSION=${GITLAB_VERSION:-"17.11.2-ee"} \
11+
ENV GITLAB_VERSION=${GITLAB_VERSION:-"18.0.0-ee"} \
1212
RUBY_VERSION=${RUBY_VERSION:-"3.3.8"} \
1313
GITLAB_HOME="/home/git" \
1414
IMAGE_NAME="tiredofit/gitlab-ee" \

0 commit comments

Comments
 (0)