diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b78d83..daec148 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 17.1.1 2024-06-27 + + ### Added + - Gitlab-EE 17.1.1 + + ## 17.1.0 2024-06-20 ### Added diff --git a/Dockerfile b/Dockerfile index 23ea709..8f1629c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ARG GO_VERSION ARG RUBY_VERSION ### Set Defaults and Arguments -ENV GITLAB_VERSION=${GITLAB_VERSION:-"17.1.0-ee"} \ +ENV GITLAB_VERSION=${GITLAB_VERSION:-"17.1.1-ee"} \ GO_VERSION=${GO_VERSION:-"1.22.4"} \ RUBY_VERSION=${RUBY_VERSION:-"3.2.4"} \ GITLAB_HOME="/home/git" \