Skip to content

Commit 732402d

Browse files
chore(deps): bump ruby from 3.3.5-alpine3.20 to 3.3.6-alpine3.20
Bumps ruby from 3.3.5-alpine3.20 to 3.3.6-alpine3.20. --- updated-dependencies: - dependency-name: ruby dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2511826 commit 732402d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.3.5-alpine3.20 as base
1+
FROM ruby:3.3.6-alpine3.20 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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.3.5-alpine3.20
1+
FROM ruby:3.3.6-alpine3.20
22

33
# Installation path
44
ENV HOME=/pact_broker

Dockerfile-package-base

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.3.5-alpine3.20
1+
FROM ruby:3.3.6-alpine3.20
22

33
# Installation path
44
ENV HOME=/app

0 commit comments

Comments
 (0)