Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JP-Ellis committed Jan 9, 2025
1 parent 163699f commit e4aaf67
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.4-alpine3.18
FROM ruby:3.2.4-alpine3.18@sha256:d048a1acdba980fecea26b1064c786d3d379d98948f942f05d2e5dc269b5016b

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:3.2.4-alpine
image: ruby:3.2.4-alpine@sha256:867125ca5fed8316e90a5fba593ecb86392073d6d26f44307f4936218d2f5613
depends_on:
- pact-broker
entrypoint: /bin/sh
Expand Down
2 changes: 1 addition & 1 deletion issue-reproduction/Dockerfile-pact-broker
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.7-alpine
FROM ruby:2.7-alpine@sha256:371668748735a808d1fd1c506878e09f40cb542ffc758cfa7eb124f90827e8d9

RUN apk update \
&& apk --no-cache add \
Expand Down

0 comments on commit e4aaf67

Please sign in to comment.