Compare commits

...

4 Commits

Author SHA1 Message Date
Stille cc2bf27156 update v0.8.0 for nali 2023-10-12 11:32:55 +08:00
Stille b85c81e53d update v0.8.1 for sub 2023-10-12 11:22:29 +08:00
Stille 9866f26bb7 udpate v4.5.0 for java_oci_manage 2023-10-12 11:04:06 +08:00
Stille bc4dd2dfd0 update v0.8.1 for subconverter 2023-10-12 10:54:45 +08:00
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
FROM openjdk:20-ea-11-jdk-slim-bullseye
LABEL maintainer="Stille <stille@ioiox.com>"
ENV VERSION 4.1
ENV VERSION 4.5.0
RUN apt-get update && apt-get install -y wget procps

View File

@ -1,6 +1,6 @@
FROM golang:alpine as builder
ENV VERSION 0.7.3
ENV VERSION 0.8.0
RUN apk add --no-cache make git
RUN git clone --depth 1 https://github.com/zu1k/nali /nali-src

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 \

View File

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