mirror of
https://github.com/spritsail/alpine.git
synced 2025-07-26 17:56:19 +00:00
Remove v from tags
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
ARG SU_EXEC_VER=v0.3
|
ARG SU_EXEC_VER=0.3
|
||||||
ARG ALPINE_TAG=3.8
|
ARG ALPINE_TAG=3.8
|
||||||
|
|
||||||
FROM alpine:$ALPINE_TAG
|
FROM alpine:$ALPINE_TAG
|
||||||
@@ -22,7 +22,7 @@ ENV ENV="/etc/profile"
|
|||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
tini \
|
tini \
|
||||||
libressl \
|
libressl \
|
||||||
&& wget -qO /sbin/su-exec https://github.com/frebib/su-exec/releases/download/${SU_EXEC_VER}/su-exec-alpine-$(uname -m) \
|
&& wget -qO /sbin/su-exec https://github.com/frebib/su-exec/releases/download/v${SU_EXEC_VER}/su-exec-alpine-$(uname -m) \
|
||||||
&& chmod +x /sbin/su-exec \
|
&& chmod +x /sbin/su-exec \
|
||||||
&& apk --no-cache del openssl
|
&& apk --no-cache del openssl
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user