Skip to content

Commit

Permalink
Upgrade ruby to v.2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sachilles committed Dec 23, 2021
1 parent b392d71 commit 1ff63bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This file only reflects the changes that are made in this image. Please refer to
**14.4.4**
- gitlab: upgrade CE to v14.4.4
- gitaly: upgrade to v14.4.4
- ruby: upgrade to v2.7.5

**14.4.3**
- gitlab: upgrade CE to v14.4.3
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM ubuntu:focal-20211006
ARG VERSION=14.4.4

ENV GITLAB_VERSION=${VERSION} \
RUBY_VERSION=2.7.4 \
RUBY_SOURCE_SHA256SUM="3043099089608859fc8cce7f9fdccaa1f53a462457e3838ec3b25a7d609fbc5b" \
RUBY_VERSION=2.7.5 \
RUBY_SOURCE_SHA256SUM="2755b900a21235b443bb16dadd9032f784d4a88f143d852bc5d154f22b8781f1" \
GOLANG_VERSION=1.17.4 \
GITLAB_SHELL_VERSION=13.21.1 \
GITLAB_PAGES_VERSION=1.46.0 \
Expand Down

0 comments on commit 1ff63bf

Please sign in to comment.