Skip to content

Commit

Permalink
chore: update dev dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 8, 2021
1 parent 78b64c7 commit ef303b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:2.7-alpine
FROM ruby:2.6.8-alpine3.13

# 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:2.7.3-alpine
FROM ruby:2.6.8-alpine3.13

# Installation path
ENV HOME=/app
Expand Down

0 comments on commit ef303b4

Please sign in to comment.