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 0a05186 commit 7adcc89Copy full SHA for 7adcc89
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# Stage 1: Build
2
-FROM ruby:3.4.0-alpine3.20 AS builder
+FROM ruby:3.4.1-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.0-alpine3.20
+FROM ruby:3.4.1-alpine3.21
27
28
29
0 commit comments