Skip to content

Commit

Permalink
Merge pull request #208 from pact-foundation/dependabot/docker/ruby-3…
Browse files Browse the repository at this point in the history
….3.5-alpine3.20

chore(deps): bump ruby from 3.3.4-alpine3.20 to 3.3.5-alpine3.20
  • Loading branch information
YOU54F authored Sep 27, 2024
2 parents b48a757 + f3116b4 commit f03cc54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.4-alpine3.20 as base
FROM ruby:3.3.5-alpine3.20 as base

# 1. Install target specfic dependencies
# - gcompat required for arm/arm64 (otherwise nokogiri breaks when viewing network graph)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-bundle-base
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.4-alpine3.20
FROM ruby:3.3.5-alpine3.20

# Installation path
ENV HOME=/pact_broker
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-package-base
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.4-alpine3.20
FROM ruby:3.3.5-alpine3.20

# Installation path
ENV HOME=/app
Expand Down

0 comments on commit f03cc54

Please sign in to comment.