Skip to content

Commit 97379c5

Browse files
chore(deps): update dependency ruby to v4
1 parent 7db8e86 commit 97379c5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3
1+
4.0.2

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.3.10-alpine3.23 AS base
1+
FROM ruby:4.0.2-alpine3.23 AS base
22

33
# 1. Install target specfic dependencies
44
# - gcompat required for arm/arm64 (otherwise nokogiri breaks when viewing network graph)

Dockerfile-bundle-base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.3.10-alpine3.23
1+
FROM ruby:4.0.2-alpine3.23
22

33
# Installation path
44
ENV HOME=/pact_broker

Dockerfile-package-base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.3.10-alpine3.23
1+
FROM ruby:4.0.2-alpine3.23
22

33
# Installation path
44
ENV HOME=/app

pact_broker/.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.10
1+
4.0.2

0 commit comments

Comments
 (0)