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.
2 parents 8405eee + e86fead commit ae0eb44Copy full SHA for ae0eb44
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# Stage 1: Build
2
-FROM ruby:3.4.4-alpine3.21 AS builder
+FROM ruby:3.4.5-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.4-alpine3.21
+FROM ruby:3.4.5-alpine3.21
27
28
29
0 commit comments