From 9f1c02908c9e4f54b6fb8713e05c3beefdf7608e Mon Sep 17 00:00:00 2001 From: kubeworm <93949496+guest42069@users.noreply.github.com> Date: Thu, 26 Oct 2023 07:40:31 +0100 Subject: [PATCH] Update Containerfile --- onionshare/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onionshare/Containerfile b/onionshare/Containerfile index dea75dd..148631e 100644 --- a/onionshare/Containerfile +++ b/onionshare/Containerfile @@ -1,7 +1,7 @@ ARG WORKDIR="/app" FROM docker.io/library/alpine:latest AS build ARG WORKDIR -ARG VERSION=release-2.6.1 +ARG VERSION=main ENV PYTHONUNBUFFERED=1 ENV PYTHONDONTWRITEBYTECODE=1 RUN apk add python3 python3-dev poetry gcc g++ make musl-dev linux-headers libffi-dev git && poetry config virtualenvs.in-project true