Skip to content

Commit

Permalink
fix: upgrade base image from ruby:2.7.5-alpine3.13 to ruby:2.7.6-alpi…
Browse files Browse the repository at this point in the history
…ne3.15 (#83)

BREAKING CHANGE: Docker 19 is no longer supported for the Pact Broker Docker image as alpine3.14 and later require Docker 20.10.0 or later. See https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.14.0#faccessat2 for more information.
  • Loading branch information
bethesque authored Jun 28, 2022
1 parent 09dad3a commit d25262f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.7.5-alpine3.13
FROM ruby:2.7.6-alpine3.15

ARG SUPERCRONIC_PLATFORM=amd64
ARG SUPERCRONIC_SHA1SUM=a2e2d47078a8dafc5949491e5ea7267cc721d67c
Expand Down

0 comments on commit d25262f

Please sign in to comment.