Skip to content

Commit

Permalink
chore(deps): update dependency ruby to v3.2.6 (#990)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency ruby to v3.4.1

* Update Dockerfile

* Update .ruby-version

* Update Dockerfile

* Update Dockerfile

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: lodewiges <[email protected]>
  • Loading branch information
renovate[bot] and lodewiges authored Jan 9, 2025
1 parent 65fb9e3 commit 2e0b523
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.2.6
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2.2-slim@sha256:70370316b02901d7db3f6e453d6259ed4d0d52326d6ac57e3a579f7e3b616e41
FROM ruby:3.2.6-slim@sha256:c582e3505878002d0b6e316d14a4543d276c84ba040afc73fceef25b6321f80f

# Add build-essential tools.
RUN apt-get update -qq && \
Expand All @@ -7,7 +7,7 @@ RUN apt-get update -qq && \
git \
libpq-dev \
curl \
netcat \
netcat-traditional \
wkhtmltopdf

# Add Node, required for asset pipeline.
Expand Down

0 comments on commit 2e0b523

Please sign in to comment.