Skip to content

Commit de8a3e4

Browse files
chore(deps): bump ruby from 4.0.1-alpine3.23 to 4.0.2-alpine3.23 (#887)
Bumps ruby from 4.0.1-alpine3.23 to 4.0.2-alpine3.23. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ruby&package-manager=docker&previous-version=4.0.1-alpine3.23&new-version=4.0.2-alpine3.23)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9bb9b56 commit de8a3e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build
2-
FROM ruby:4.0.1-alpine3.23 AS builder
2+
FROM ruby:4.0.2-alpine3.23 AS builder
33

44
LABEL maintainer="Gil Desmarais <html2rss-web-docker@desmarais.de>"
55

@@ -23,7 +23,7 @@ RUN apk add --no-cache \
2323
&& bundle binstubs bundler html2rss
2424

2525
# Stage 2: Runtime
26-
FROM ruby:4.0.1-alpine3.23
26+
FROM ruby:4.0.2-alpine3.23
2727

2828
LABEL maintainer="Gil Desmarais <html2rss-web-docker@desmarais.de>"
2929

0 commit comments

Comments
 (0)