Skip to content

Commit

Permalink
update peertube version to v7.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Zoey2936 committed Dec 17, 2024
1 parent 58a6223 commit 2e2b357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM --platform="$BUILDPLATFORM" python:3.13.1-alpine3.21 AS build
ENV PYTHONUNBUFFERED=1
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
ARG PT_VERSION=v6.3.3 \
ARG PT_VERSION=v7.0.0 \
TARGETARCH

RUN apk upgrade --no-cache -a && \
Expand Down

0 comments on commit 2e2b357

Please sign in to comment.