We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af970cf commit 1b3b6fdCopy full SHA for 1b3b6fd
Makefile
@@ -6,7 +6,7 @@ REPO_API_URL ?= https://hub.docker.com/v2
6
REPO_NAMESPACE ?= boundfoxstudios
7
REPO_USERNAME ?= boundfoxstudios
8
IMAGE_NAME ?= opengl
9
-BASE_IMAGE ?= alpine:edge
+BASE_IMAGE ?= alpine:3.19.1
10
LLVM_VERSION ?= 15
11
TAG_SUFFIX ?= $(shell echo "-$(BASE_IMAGE)" | $(SED) 's|:|-|g' | $(SED) 's|/|_|g' 2>/dev/null )
12
VCS_REF := $(shell git rev-parse --short HEAD)
0 commit comments