Skip to content

Commit

Permalink
Bump ruby from 3.3.5-slim to 3.3.6-slim
Browse files Browse the repository at this point in the history
Bumps ruby from 3.3.5-slim to 3.3.6-slim.

---
updated-dependencies:
- dependency-name: ruby
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent dad38f9 commit 7ad3766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# 3. Remove build dependencies.
# 4. Cleanup leftover caches & files.

FROM ruby:3.3.5-slim AS builder
FROM ruby:3.3.6-slim AS builder

ARG DEBIAN_FRONTEND=noninteractive

Expand All @@ -39,7 +39,7 @@ RUN apt-get update && \
echo 'gem: --no-document' >> /etc/gemrc && \
gem install --file Gemfile

FROM ruby:3.3.5-slim
FROM ruby:3.3.6-slim

ARG DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit 7ad3766

Please sign in to comment.