Skip to content

Commit

Permalink
Release 16.8.2 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Feb 7, 2024
1 parent 1699c78 commit e643753
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 16.8.2 2024-02-07 <dave at tiredofit dot ca>

### Added
- Gitlab-EE 16.8.2


## 16.8.1 2024-01-25 <dave at tiredofit dot ca>

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

### Set Defaults and Arguments
ENV GITLAB_VERSION=${GITLAB_VERSION:-"16.8.1-ee"} \
GO_VERSION=${GO_VERSION:-"1.21.6"} \
ENV GITLAB_VERSION=${GITLAB_VERSION:-"16.8.2-ee"} \
GO_VERSION=${GO_VERSION:-"1.22.0"} \
RUBY_VERSION=${RUBY_VERSION:-"3.2.3"} \
GITLAB_HOME="/home/git" \
IMAGE_NAME="tiredofit/gitlab-ee" \
Expand Down

0 comments on commit e643753

Please sign in to comment.