projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77fbadb
)
fix typo in dockerfile
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Mon, 10 Jul 2023 21:04:07 +0000
(23:04 +0200)
committer
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Mon, 10 Jul 2023 21:04:07 +0000
(23:04 +0200)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 3d83650dce7cb1b79b98c7da862fb5a20733adc9..9989a4057975d301824bbfefbe922e61ba7fe3a2 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-1,11
+1,10
@@
# syntax=docker/dockerfile:1
-ARG MASS_VERSION
ARG BUILD_ARCH
-ARG PYTHON_VERSION="3.11"
ARG BASE_IMAGE_VERSION="3.11-alpine3.18"
FROM ghcr.io/home-assistant/$BUILD_ARCH-base-python:${BASE_IMAGE_VERSION}
+ARG MASS_VERSION
ENV S6_SERVICES_GRACETIME=220000
ENV WHEELS_LINKS="https://wheels.home-assistant.io/musllinux/"