Skip to content

Commit db40f05

Browse files
sachilleskkimurak
authored andcommitted
Upgrade ruby to v.2.7.6
1 parent 5caa10b commit db40f05

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This file only reflects the changes that are made in this image. Please refer to
66
- gitlab: upgrade CE to v14.9.3
77
- gitaly: upgrade to v14.9.3
88
- golang: upgrade to v1.17.9
9+
- ruby: upgrade to v2.7.6
910
- ubuntu: upgrade to focal-20220404
1011

1112
**14.9.2**

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM ubuntu:focal-20220404
33
ARG VERSION=14.9.3
44

55
ENV GITLAB_VERSION=${VERSION} \
6-
RUBY_VERSION=2.7.5 \
7-
RUBY_SOURCE_SHA256SUM="2755b900a21235b443bb16dadd9032f784d4a88f143d852bc5d154f22b8781f1" \
6+
RUBY_VERSION=2.7.6 \
7+
RUBY_SOURCE_SHA256SUM="e7203b0cc09442ed2c08936d483f8ac140ec1c72e37bb5c401646b7866cb5d10" \
88
GOLANG_VERSION=1.17.9 \
99
GITLAB_SHELL_VERSION=13.24.0 \
1010
GITLAB_PAGES_VERSION=1.56.1 \

0 commit comments

Comments
 (0)