Skip to content

Commit

Permalink
Merge pull request #202 from pact-foundation/deps/alpine_3.20
Browse files Browse the repository at this point in the history
chore(deps): update alpine 3.19 -> 3.20
  • Loading branch information
YOU54F authored Jul 15, 2024
2 parents 2211604 + a5c2d96 commit 43c334a
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.3.4-alpine3.19 as base
FROM ruby:3.3.4-alpine3.20 as base

# 1. Install target specfic dependencies
# - gcompat required for arm/arm64 (otherwise nokogiri breaks when viewing network graph)
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:3.3.4-alpine3.19
FROM ruby:3.3.4-alpine3.20

# 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:3.3.4-alpine3.19
FROM ruby:3.3.4-alpine3.20

# Installation path
ENV HOME=/app
Expand Down

0 comments on commit 43c334a

Please sign in to comment.