Commit 8f711503 authored by Takuya Noguchi's avatar Takuya Noguchi

Update Ruby from 2.5 to 2.7 in Dockerfile templates

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent 9c35c043
---
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