Skip to content

Commit

Permalink
Bump ruby from 3.3.3-slim to 3.3.4-slim (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent cd02ffa commit a424505
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.3-slim as builder
FROM ruby:3.3.4-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.3-slim
FROM ruby:3.3.4-slim

ARG DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit a424505

Please sign in to comment.