Skip to content

Commit 3662a00

Browse files
authored
Merge pull request #214 from pact-foundation/dependabot/docker/ruby-3.3.6-alpine3.20
chore(deps): bump ruby from 3.3.5-alpine3.20 to 3.3.6-alpine3.20
2 parents 2511826 + 732402d commit 3662a00

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)