Skip to content

Commit

Permalink
Bump ruby from 3.3-alpine3.21 to 3.4-alpine3.21
Browse files Browse the repository at this point in the history
Bumps ruby from 3.3-alpine3.21 to 3.4-alpine3.21.

---
updated-dependencies:
- dependency-name: ruby
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 26, 2024
1 parent 752a628 commit 1f4bacc
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-alpine3.21 AS builder
FROM ruby:3.4-alpine3.21 AS builder

RUN apk add --no-cache \
build-base \
Expand All @@ -10,7 +10,7 @@ COPY . /app/

RUN gem build site-to-md.gemspec

FROM ruby:3.3-alpine3.21
FROM ruby:3.4-alpine3.21

WORKDIR /app

Expand Down

0 comments on commit 1f4bacc

Please sign in to comment.