Commit cbfb2d30 authored by Mark Chao's avatar Mark Chao

Merge branch 'update-ruby-in-dockerfile-templates' into 'master'

Update Ruby from 2.5 to 2.7 in Dockerfile templates

See merge request gitlab-org/gitlab!59345
parents 6d15237d 8f711503
---
title: Update Ruby from 2.5 to 2.7 in Dockerfile templates
merge_request: 59345
author: Takuya Noguchi
type: changed
FROM ruby:2.5-alpine
FROM ruby:2.7-alpine
# Edit with nodejs, mysql-client, postgresql-client, sqlite3, etc. for your needs.
# Or delete entirely if not needed.
......
FROM ruby:2.5
FROM ruby:2.7
# Edit with nodejs, mysql-client, postgresql-client, sqlite3, etc. for your needs.
# Or delete entirely if not needed.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment