Skip to content

Commit

Permalink
fix(deps): bump ruby from 2.7.6-alpine3.16 to 2.7.7-alpine3.16 (pact-…
Browse files Browse the repository at this point in the history
…foundation#113)

Bumps ruby from 2.7.6-alpine3.16 to 2.7.7-alpine3.16.

---
updated-dependencies:
- dependency-name: ruby
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 15, 2023
1 parent 2c4a083 commit a9fea7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:2.7.6-alpine3.16
FROM ruby:2.7.7-alpine3.16

# 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:2.7.6-alpine3.16
FROM ruby:2.7.7-alpine3.16

# Installation path
ENV HOME=/app
Expand Down

0 comments on commit a9fea7d

Please sign in to comment.