remove unused env in stage get

This commit is contained in:
Gerrit Gogel 2023-10-19 10:09:34 +02:00
parent 0b3f3916c9
commit 4f312e9082
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ FROM alpine:3.18.4 AS get
RUN apk add --no-cache wget
ENV SEAFILE_SERVER=seafile-server SEAFILE_VERSION=11.0.1
ENV SEAFILE_VERSION=11.0.1
RUN cd /tmp && \
wget https://download.seadrive.org/seafile-server_${SEAFILE_VERSION}_x86-64.tar.gz && \

View file

@ -1,5 +1,5 @@
FROM alpine:3.18.4 AS get
ENV SEAFILE_SERVER=seafile-server SEAFILE_VERSION=11.0.1
ENV SEAFILE_VERSION=11.0.1
RUN apk add --no-cache wget

View file

@ -1,5 +1,5 @@
FROM alpine:3.18.4 AS get
ENV SEAFILE_SERVER=seafile-server SEAFILE_VERSION=11.0.1
ENV SEAFILE_VERSION=11.0.1
RUN apk add --no-cache wget