update v0.9.0 for subconverter

This commit is contained in:
Stille 2024-04-13 10:03:18 +08:00
parent 3b6ed75b62
commit 40e224fba7
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
FROM node:14-alpine AS build
LABEL maintainer="Stille <stille@ioiox.com>"
ENV SUBCONVERTER_VERSION=v0.8.1
ENV SUBCONVERTER_VERSION=v0.9.0
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 \

View File

@ -1,7 +1,7 @@
FROM tindy2013/subconverter
LABEL maintainer="Stille <stille@ioiox.com>"
ENV VERSION 0.8.1
ENV VERSION 0.9.0
WORKDIR /base
RUN apk add tzdata && \