Skip to content

Commit

Permalink
Updated base image version in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanadrianmarc committed Oct 6, 2023
1 parent 5e3f159 commit 9ed9b2e
Showing 1 changed file with 1 addition and 1 deletion.
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 9ed9b2e

Please sign in to comment.