Skip to content

Commit

Permalink
Update Ruby to 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kkimurak committed Jan 30, 2024
1 parent bebcc05 commit b088bd3
Showing 1 changed file with 2 additions and 2 deletions.
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-20231211
ARG VERSION=16.7.4

ENV GITLAB_VERSION=${VERSION} \
RUBY_VERSION=3.1.4 \
RUBY_SOURCE_SHA256SUM="a3d55879a0dfab1d7141fdf10d22a07dbf8e5cdc4415da1bde06127d5cc3c7b6" \
RUBY_VERSION=3.2.3 \
RUBY_SOURCE_SHA256SUM="af7f1757d9ddb630345988139211f1fd570ff5ba830def1cc7c468ae9b65c9ba" \
GOLANG_VERSION=1.21.6 \
GITLAB_SHELL_VERSION=14.32.0 \
GITLAB_PAGES_VERSION=16.7.4 \
Expand Down

0 comments on commit b088bd3

Please sign in to comment.