Skip to content

Commit

Permalink
update peertube version to v6.1.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 May 2, 2024
1 parent 0bced46 commit c8b4cd2
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
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:labs
FROM --platform="$BUILDPLATFORM" alpine:3.19.1 as build
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
ARG PT_VERSION= \
ARG PT_VERSION=v6.1.0 \
TARGETARCH

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

0 comments on commit c8b4cd2

Please sign in to comment.