Skip to content

Commit 0c1f851

Browse files
committed
feat: specify base image
1 parent 437ba43 commit 0c1f851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ REPO_API_URL ?= https://hub.docker.com/v2
66
REPO_NAMESPACE ?= boundfoxstudios
77
REPO_USERNAME ?= boundfoxstudios
88
IMAGE_NAME ?= opengl
9-
BASE_IMAGE ?= alpine:edge
9+
BASE_IMAGE ?= alpine:3.19.1
1010
LLVM_VERSION ?= 15
1111
TAG_SUFFIX ?= $(shell echo "-$(BASE_IMAGE)" | $(SED) 's|:|-|g' | $(SED) 's|/|_|g' 2>/dev/null )
1212
VCS_REF := $(shell git rev-parse --short HEAD)

0 commit comments

Comments
 (0)