Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.development
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is for development or CI only
FROM docker.io/ruby:3.4.8-alpine3.23 AS common
FROM docker.io/ruby:4.0.0-alpine3.23 AS common

RUN apk update \
&& apk upgrade \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.production
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/ruby:3.4.8-alpine3.23 AS base
FROM docker.io/ruby:4.0.0-alpine3.23 AS base

RUN apk update \
&& apk upgrade \
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ GEM
benchmark (0.5.0)
bigdecimal (3.3.1)
bindex (0.8.1)
bootsnap (1.20.0)
bootsnap (1.20.1)
msgpack (~> 1.2)
builder (3.3.0)
byebug (12.0.0)
Expand Down
Loading