From 9f78d2b6afc267284e51d093bb75e43e4b23a1e7 Mon Sep 17 00:00:00 2001 From: Bogdan Marc Date: Fri, 25 Oct 2024 16:48:38 +0100 Subject: [PATCH] Upgraded alpine to 3.20 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a8aa0c4..c87c2f3 100644 --- a/Makefile +++ b/Makefile @@ -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