Skip to content

Commit 7189198

Browse files
committed
bump ruby version for docker contianers
1 parent cb71670 commit 7189198

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
############################################
22
# 🏗 Stage 1 – build gems + assets
33
############################################
4-
FROM ruby:3.3.5-slim AS builder
4+
FROM ruby:3.3.8-slim AS builder
55

66
# Essential OS packages (compile + JS pipeline)
77
# RUN apt-get update
@@ -31,7 +31,7 @@ RUN RAILS_ENV=production DISABLE_DB=true SECRET_KEY_BASE=precompile_only bundle
3131
################################################
3232
# 🏃‍♂️ Stage 2 – production image
3333
################################################
34-
FROM ruby:3.3.5-slim AS prod
34+
FROM ruby:3.3.8-slim AS prod
3535

3636
# ➜ install only the shared lib, not the dev headers
3737
RUN --mount=type=cache,target=/var/cache/apt \
@@ -67,7 +67,7 @@ CMD ["/usr/local/bin/docker_entrypoint.sh"]
6767
############################################
6868
# 🏗 Stage 3 – development environment
6969
############################################
70-
FROM ruby:3.3.5-slim AS dev
70+
FROM ruby:3.3.8-slim AS dev
7171

7272
# Essential OS packages (compile + JS pipeline)
7373
RUN apt-get update && \

0 commit comments

Comments
 (0)