summaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
diff options
context:
space:
mode:
author_Tradam <[email protected]>2024-06-19 10:06:46 -0400
committer_Tradam <[email protected]>2024-06-19 10:06:46 -0400
commit3fd5558f102a276aae3820c00829698fdf814193 (patch)
treeedf5b4385c83acdae9d83be239f9b92d59d68ff7 /Dockerfile
parent731c2789a10502fc2f46858e8da1016d9e53311d (diff)
downloadgameHolster-3fd5558f102a276aae3820c00829698fdf814193.tar.gz
gameHolster-3fd5558f102a276aae3820c00829698fdf814193.zip
update ruby version to latest
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 607413b..e68d5a7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,9 +1,9 @@
# syntax = docker/dockerfile:1
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
-ARG RUBY_VERSION=3.2.2
+ARG RUBY_VERSION=3.3.3
#FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
-FROM registry.docker.com/library/ruby:$RUBY_VERSION-alpine3.18 as base
+FROM registry.docker.com/library/ruby:$RUBY_VERSION-alpine3.20 as base
# Rails app lives here
WORKDIR /rails