Skip to content

Commit

Permalink
Release 17.1.1 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Jun 27, 2024
1 parent 4aec20c commit ef653b2
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.1.1 2024-06-27 <dave at tiredofit dot ca>

### Added
- Gitlab-EE 17.1.1


## 17.1.0 2024-06-20 <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:-"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" \
Expand Down

0 comments on commit ef653b2

Please sign in to comment.