Skip to content

Commit

Permalink
Bump ruby from 3.3.3-alpine to 3.3.4-alpine (#2098)
Browse files Browse the repository at this point in the history
Bumps ruby from 3.3.3-alpine to 3.3.4-alpine.

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

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 Jul 12, 2024
1 parent 7d1cffb commit c889184
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
@@ -1,4 +1,4 @@
FROM ruby:3.3.3-alpine as builder
FROM ruby:3.3.4-alpine as builder

LABEL maintainer="[email protected]"
# To fix Error: error:0308010C:digital envelope routines::unsupported
Expand All @@ -18,7 +18,7 @@ RUN bundle config set without 'development test' && \
yarn install
RUN rake assets:precompile

FROM ruby:3.3.3-alpine
FROM ruby:3.3.4-alpine
ENV RAILS_SERVE_STATIC_FILES=true
RUN apk add --no-cache git \
libpq \
Expand Down

0 comments on commit c889184

Please sign in to comment.