Skip to content

Commit 4f7d795

Browse files
committed
feat(docker): use Ruby 3.4
1 parent 01ee10b commit 4f7d795

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0
1+
3.4.0

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.3.6-alpine3.20 AS builder
2+
FROM ruby:3.4.0-alpine3.20 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.3.6-alpine3.20
26+
FROM ruby:3.4.0-alpine3.20
2727

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

0 commit comments

Comments
 (0)