Skip to content

Commit

Permalink
feat: upgrade base image to ruby:2.7.6-alpine3.16 to fix security issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jorander authored Feb 2, 2023
1 parent ad0e392 commit 226f592
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:2.7.6-alpine3.15
FROM ruby:2.7.6-alpine3.16

ARG SUPERCRONIC_PLATFORM=amd64
ARG SUPERCRONIC_SHA1SUM=a2e2d47078a8dafc5949491e5ea7267cc721d67c
Expand Down
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.6-alpine3.15
FROM ruby:2.7.6-alpine3.16

# 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.6-alpine3.15
FROM ruby:2.7.6-alpine3.16

# Installation path
ENV HOME=/app
Expand Down

0 comments on commit 226f592

Please sign in to comment.