Skip to content

Commit

Permalink
Upgraded alpine to 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanadrianmarc committed Oct 25, 2024
1 parent 2e4d623 commit 9f78d2b
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 auth check clean image lint local publish realclean run tag test vars

ACCOUNT?=$(shell aws sts get-caller-identity | jq -r .Account)
ALPINE_VERSION?=3.13
ALPINE_VERSION?=3.20
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 9f78d2b

Please sign in to comment.