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 9bb9b56 + e71ef7b commit 4748506Copy full SHA for 4748506
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# Stage 1: Build
2
-FROM ruby:4.0.1-alpine3.23 AS builder
+FROM ruby:4.0.2-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.1-alpine3.23
+FROM ruby:4.0.2-alpine3.23
27
28
29
0 commit comments