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 96baad9 + 1ecddd9 commit 72b622fCopy full SHA for 72b622f
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# Stage 1: Build
2
-FROM ruby:4.0.0-alpine3.23 AS builder
+FROM ruby:4.0.1-alpine3.23 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:4.0.0-alpine3.23
+FROM ruby:4.0.1-alpine3.23
27
28
29
0 commit comments