Skip to content

Commit

Permalink
Release 17.0.0 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed May 15, 2024
1 parent 7c6ab2e commit 1f606b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 17.0.0 2024-05-15 <dave at tiredofit dot ca>

### Added
- Gitlab-EE 17.0.0


## 16.11.2 2024-05-10 <dave at tiredofit dot ca>

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG GO_VERSION
ARG RUBY_VERSION

### Set Defaults and Arguments
ENV GITLAB_VERSION=${GITLAB_VERSION:-"16.11.2-ee"} \
ENV GITLAB_VERSION=${GITLAB_VERSION:-"17.0.0-ee"} \
GO_VERSION=${GO_VERSION:-"1.22.1"} \
RUBY_VERSION=${RUBY_VERSION:-"3.2.3"} \
GITLAB_HOME="/home/git" \
Expand Down

0 comments on commit 1f606b5

Please sign in to comment.