We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f954d0 commit 98a447bCopy full SHA for 98a447b
Dockerfile
@@ -1,5 +1,5 @@
1
# Stage 1: Build
2
-FROM ruby:3.4.6-alpine3.21 AS builder
+FROM ruby:3.4.7-alpine3.21 AS builder
3
4
LABEL maintainer="Gil Desmarais <html2rss-web-docker@desmarais.de>"
5
@@ -23,7 +23,7 @@ RUN apk add --no-cache \
23
&& bundle binstubs bundler html2rss
24
25
# Stage 2: Runtime
26
-FROM ruby:3.4.6-alpine3.21
+FROM ruby:3.4.7-alpine3.21
27
28
29
0 commit comments