Skip to content

Commit 226f592

Browse files
authored
feat: upgrade base image to ruby:2.7.6-alpine3.16 to fix security issues
1 parent ad0e392 commit 226f592

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.7.6-alpine3.15
1+
FROM ruby:2.7.6-alpine3.16
22

33
ARG SUPERCRONIC_PLATFORM=amd64
44
ARG SUPERCRONIC_SHA1SUM=a2e2d47078a8dafc5949491e5ea7267cc721d67c

Diff for: Dockerfile-bundle-base

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.7.6-alpine3.15
1+
FROM ruby:2.7.6-alpine3.16
22

33
# Installation path
44
ENV HOME=/pact_broker

Diff for: Dockerfile-package-base

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.7.6-alpine3.15
1+
FROM ruby:2.7.6-alpine3.16
22

33
# Installation path
44
ENV HOME=/app

0 commit comments

Comments
 (0)