Skip to content

Commit 60a7b27

Browse files
build(deps): bump ruby from 3.4.8-alpine3.23 to 4.0.0-alpine3.23
Bumps ruby from 3.4.8-alpine3.23 to 4.0.0-alpine3.23. --- updated-dependencies: - dependency-name: ruby dependency-version: 4.0.0-alpine3.23 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f306e5f commit 60a7b27

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This is for development or CI only
2-
FROM docker.io/ruby:3.4.8-alpine3.23 AS common
2+
FROM docker.io/ruby:4.0.0-alpine3.23 AS common
33

44
RUN apk update \
55
&& apk upgrade \

Dockerfile.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/ruby:3.4.8-alpine3.23 AS base
1+
FROM docker.io/ruby:4.0.0-alpine3.23 AS base
22

33
RUN apk update \
44
&& apk upgrade \

0 commit comments

Comments
 (0)