Skip to content

Commit

Permalink
Release 17.1.0 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Jun 20, 2024
1 parent 1f606b5 commit 4aec20c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 17.1.0 2024-06-20 <dave at tiredofit dot ca>

### Added
- Gitlab-EE 17.1.0
- GoLang 1.22.4 buildchain
- Ruby 3.2.4


## 17.0.0 2024-05-15 <dave at tiredofit dot ca>

### Added
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ ARG GO_VERSION
ARG RUBY_VERSION

### Set Defaults and Arguments
ENV GITLAB_VERSION=${GITLAB_VERSION:-"17.0.0-ee"} \
GO_VERSION=${GO_VERSION:-"1.22.1"} \
RUBY_VERSION=${RUBY_VERSION:-"3.2.3"} \
ENV GITLAB_VERSION=${GITLAB_VERSION:-"17.1.0-ee"} \
GO_VERSION=${GO_VERSION:-"1.22.4"} \
RUBY_VERSION=${RUBY_VERSION:-"3.2.4"} \
GITLAB_HOME="/home/git" \
IMAGE_NAME="tiredofit/gitlab-ee" \
IMAGE_REPO_URL="https://github.com/tiredofit/docker-gitlab-ee/"
Expand Down

0 comments on commit 4aec20c

Please sign in to comment.