Skip to content

Commit

Permalink
Merge pull request #55 from Shannarra/dependabot/docker/ruby-3.3.1-slim
Browse files Browse the repository at this point in the history
Bump ruby from 3.2.2-slim to 3.3.1-slim
  • Loading branch information
Shannarra authored May 12, 2024
2 parents 2ffe485 + c553afd commit 32dd358
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.0-slim
FROM ruby:3.3.1-slim

RUN apt-get update -qq && apt-get install -yq --no-install-recommends \
build-essential \
Expand Down
2 changes: 1 addition & 1 deletion production.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.0-slim
FROM ruby:3.3.1-slim

RUN apt-get update -qq && apt-get install -yq --no-install-recommends \
build-essential \
Expand Down

0 comments on commit 32dd358

Please sign in to comment.