Skip to content

Commit

Permalink
Bump ruby from 3.3.5 to 3.3.6 (#714)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent 91c810e commit 0a3c9eb
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,5 +1,5 @@
# Base image
FROM ruby:3.3.5 as base
FROM ruby:3.3.6 as base

ENV LANG C.UTF-8

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.5
FROM ruby:3.3.6

ENV LANG C.UTF-8

Expand Down

0 comments on commit 0a3c9eb

Please sign in to comment.