Skip to content

Commit 5ac9750

Browse files
authored
Update ruby version for development environment (#345)
1 parent d8ded7b commit 5ac9750

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG RUBY_VERSION=3.0.4
1+
ARG RUBY_VERSION=3.1.2
22
FROM ruby:${RUBY_VERSION} as base
33

44
# Avoid warnings by switching to noninteractive

dockerfiles/semian-ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG RUBY_VERSION=3.0.4
1+
ARG RUBY_VERSION=3.1.2
22
FROM ruby:${RUBY_VERSION} as base
33

44
# Avoid warnings by switching to noninteractive

0 commit comments

Comments
 (0)