Skip to content

Commit

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

chore(deps): bump ruby from 3.3.5-alpine3.20 to 3.3.6-alpine3.20
  • Loading branch information
YOU54F authored Nov 19, 2024
2 parents 2511826 + 732402d commit 3662a00
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.5-alpine3.20 as base
FROM ruby:3.3.6-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.5-alpine3.20
FROM ruby:3.3.6-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.5-alpine3.20
FROM ruby:3.3.6-alpine3.20

# Installation path
ENV HOME=/app
Expand Down

0 comments on commit 3662a00

Please sign in to comment.