Skip to content

Commit

Permalink
chore(deps): bump ruby from 3.2.3-alpine3.19 to 3.3.1-alpine3.19
Browse files Browse the repository at this point in the history
Bumps ruby from 3.2.3-alpine3.19 to 3.3.1-alpine3.19.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 20, 2024
1 parent 2596879 commit 5d0ab43
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.2.3-alpine3.19 as base
FROM ruby:3.3.1-alpine3.19 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.2.3-alpine3.19
FROM ruby:3.3.1-alpine3.19

# 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.2.3-alpine3.19
FROM ruby:3.3.1-alpine3.19

# Installation path
ENV HOME=/app
Expand Down

0 comments on commit 5d0ab43

Please sign in to comment.