Skip to content

Commit 98a447b

Browse files
chore(deps): bump ruby from 3.4.6-alpine3.21 to 3.4.7-alpine3.21 (#807)
Bumps ruby from 3.4.6-alpine3.21 to 3.4.7-alpine3.21. --- updated-dependencies: - dependency-name: ruby dependency-version: 3.4.7-alpine3.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f954d0 commit 98a447b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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:3.4.6-alpine3.21 AS builder
2+
FROM ruby:3.4.7-alpine3.21 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:3.4.6-alpine3.21
26+
FROM ruby:3.4.7-alpine3.21
2727

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

0 commit comments

Comments
 (0)