Skip to content

Commit

Permalink
Update ruby version to 3.3.5
Browse files Browse the repository at this point in the history
Update from `3.3.3` to `3.3.5`
  • Loading branch information
jayjay-w committed Oct 25, 2024
1 parent 487b888 commit 8edbcb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.3-slim
FROM ruby:3.3.5-slim
MAINTAINER Meedan <[email protected]>

# the Rails stage can be overridden from the caller
Expand Down
2 changes: 1 addition & 1 deletion production/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# meedan/pender
# https://github.com/meedan/pender

FROM ruby:3.3.3-slim
FROM ruby:3.3.5-slim
MAINTAINER [email protected]

ENV DEPLOYUSER=pender \
Expand Down

0 comments on commit 8edbcb3

Please sign in to comment.