Skip to content

Commit

Permalink
Merge pull request #382 from epimorphics/spike/base-image-rubygems-bu…
Browse files Browse the repository at this point in the history
…ndler-updates

Spike/base image rubygems bundler updates
  • Loading branch information
bogdanadrianmarc authored Oct 6, 2023
2 parents 851f9ae + 7370ea4 commit 59aa73a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apk add --update \
tzdata \
yarn \
&& rm -rf /var/cache/apk/* \
&& gem update --system \
&& gem install bundler:$BUNDLER_VERSION \
&& bundle config --global frozen 1

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -405,4 +405,4 @@ DEPENDENCIES
yajl-ruby

BUNDLED WITH
2.4.4
2.4.20
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: assets clean image lint publish realclean run tag test vars

ACCOUNT?=$(shell aws sts get-caller-identity | jq -r .Account)
ALPINE_VERSION?=3.12
ALPINE_VERSION?=3.13
AWS_REGION?=eu-west-1
BUNDLER_VERSION?=$(shell tail -1 Gemfile.lock | tr -d ' ')
ECR?=${ACCOUNT}.dkr.ecr.eu-west-1.amazonaws.com
Expand Down

0 comments on commit 59aa73a

Please sign in to comment.