Skip to content

Commit ae0eb44

Browse files
authored
Merge of #751
2 parents 8405eee + e86fead commit ae0eb44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build
2-
FROM ruby:3.4.4-alpine3.21 AS builder
2+
FROM ruby:3.4.5-alpine3.21 AS builder
33

44
LABEL maintainer="Gil Desmarais <[email protected]>"
55

@@ -23,7 +23,7 @@ RUN apk add --no-cache \
2323
&& bundle binstubs bundler html2rss
2424

2525
# Stage 2: Runtime
26-
FROM ruby:3.4.4-alpine3.21
26+
FROM ruby:3.4.5-alpine3.21
2727

2828
LABEL maintainer="Gil Desmarais <[email protected]>"
2929

0 commit comments

Comments
 (0)