Skip to content

Commit

Permalink
feat: specify alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelRauber committed Apr 14, 2024
1 parent af970cf commit 1b3b6fd
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
Expand Up @@ -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)
Expand Down

0 comments on commit 1b3b6fd

Please sign in to comment.