Update to Ruby 3.1.0

This commit is contained in:
Ryan W
2021-12-27 14:49:11 -08:00
parent 2e81873871
commit cb8e811af7
6 changed files with 8 additions and 12 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ruby:3.0.3-slim-bullseye
FROM ruby:3.1.0-slim-bullseye
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \