From b85c81e53d3a0b3b96b0cb4c997e0757221d7c40 Mon Sep 17 00:00:00 2001 From: Stille Date: Thu, 12 Oct 2023 11:22:29 +0800 Subject: [PATCH] update v0.8.1 for sub --- sub/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub/Dockerfile b/sub/Dockerfile index ad66630..6a86d60 100644 --- a/sub/Dockerfile +++ b/sub/Dockerfile @@ -1,7 +1,7 @@ FROM node:14-alpine AS build LABEL maintainer="Stille " -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 \