Skip to content

Commit

Permalink
update v0.9.0 for subconverter
Browse files Browse the repository at this point in the history
  • Loading branch information
stilleshan committed Apr 13, 2024
1 parent 3b6ed75 commit 40e224f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sub/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion subconverter/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down

0 comments on commit 40e224f

Please sign in to comment.