update v0.8.1 for sub

This commit is contained in:
Stille 2023-10-12 11:22:29 +08:00
parent 9866f26bb7
commit b85c81e53d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM node:14-alpine AS build
LABEL maintainer="Stille <stille@ioiox.com>"
ENV SUBCONVERTER_VERSION=v0.7.2
ENV SUBCONVERTER_VERSION=v0.8.1
WORKDIR /
RUN apk add --no-cache bash git curl zip
RUN if [ "$(uname -m)" = "x86_64" ]; then export PLATFORM=linux64 ; else if [ "$(uname -m)" = "aarch64" ]; then export PLATFORM=aarch64 ; fi fi \