From 1b3b6fdb7cd7ec8cf35f84a04d62f09da2fb53e5 Mon Sep 17 00:00:00 2001 From: Manuel Rauber Date: Sun, 14 Apr 2024 10:29:18 +0200 Subject: [PATCH] feat: specify alpine version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 027a9b2..fbe17f5 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ REPO_API_URL ?= https://hub.docker.com/v2 REPO_NAMESPACE ?= boundfoxstudios REPO_USERNAME ?= boundfoxstudios IMAGE_NAME ?= opengl -BASE_IMAGE ?= alpine:edge +BASE_IMAGE ?= alpine:3.19.1 LLVM_VERSION ?= 15 TAG_SUFFIX ?= $(shell echo "-$(BASE_IMAGE)" | $(SED) 's|:|-|g' | $(SED) 's|/|_|g' 2>/dev/null ) VCS_REF := $(shell git rev-parse --short HEAD)