Bump busybox 1.28.2
This commit is contained in:
parent
0bfee69480
commit
901f973704
@ -28,6 +28,7 @@ pipeline:
|
|||||||
when: { status: [ success ], event: [ push, tag, deployment ] }
|
when: { status: [ success ], event: [ push, tag, deployment ] }
|
||||||
secrets: [ downstream_token ]
|
secrets: [ downstream_token ]
|
||||||
server: https://drone.spritsail.io
|
server: https://drone.spritsail.io
|
||||||
|
wait: true
|
||||||
fork: true
|
fork: true
|
||||||
repositories:
|
repositories:
|
||||||
- spritsail/busybox@libressl
|
- spritsail/busybox@libressl
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Pre-define ARGs to ensure correct scope
|
# Pre-define ARGs to ensure correct scope
|
||||||
ARG GLIBC_VER=2.27
|
ARG GLIBC_VER=2.27
|
||||||
ARG BUSYB_VER=1.28.1
|
ARG BUSYB_VER=1.28.2
|
||||||
ARG SU_EXEC_VER=v0.3
|
ARG SU_EXEC_VER=v0.3
|
||||||
ARG TINI_VER=v0.17.0
|
ARG TINI_VER=v0.17.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user