We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509aa88 commit 6238c89Copy full SHA for 6238c89
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 18.1.2 2025-07-09 <dave at tiredofit dot ca>
2
+
3
+ ### Added
4
+ - Gitlab-EE 18.1.2
5
6
7
## 18.1.1 2025-06-25 <dave at tiredofit dot ca>
8
9
### Added
Dockerfile
@@ -8,7 +8,7 @@ ARG GITLAB_VERSION
ARG RUBY_VERSION
10
### Set Defaults and Arguments
11
-ENV GITLAB_VERSION=${GITLAB_VERSION:-"18.1.1-ee"} \
+ENV GITLAB_VERSION=${GITLAB_VERSION:-"18.1.2-ee"} \
12
RUBY_VERSION=${RUBY_VERSION:-"3.3.8"} \
13
GITLAB_HOME="/home/git" \
14
IMAGE_NAME="tiredofit/gitlab-ee" \
0 commit comments