Skip to content

Commit

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

chore(deps): bump ruby from 3.2.3-alpine3.19 to 3.3.4-alpine3.19
  • Loading branch information
YOU54F authored Jul 15, 2024
2 parents 4222adf + 1bce0d1 commit 8ca4c3d
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.4-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.4-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.4-alpine3.19

# Installation path
ENV HOME=/app
Expand Down

0 comments on commit 8ca4c3d

Please sign in to comment.