Skip to content

Commit

Permalink
fix typo in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Jul 10, 2023
1 parent 77fbadb commit a733990
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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/"

Expand Down

0 comments on commit a733990

Please sign in to comment.