Skip to content

Commit

Permalink
chore: updating dependencies (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saup21 authored May 21, 2024
1 parent 079d555 commit 758fef7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2
3.2.4
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.1-alpine3.17
FROM ruby:3.2.4-alpine3.18

WORKDIR /home

Expand Down
2 changes: 1 addition & 1 deletion docker-compose-dev-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
- ./Rakefile:/home/Rakefile

shell:
image: ruby:2.5.3-alpine
image: ruby:3.2.4-alpine
depends_on:
- pact-broker
entrypoint: /bin/sh
Expand Down

0 comments on commit 758fef7

Please sign in to comment.