Bump busybox 1.28.2

This commit is contained in:
Joe Groocock 2018-03-28 15:07:58 +01:00
parent 0bfee69480
commit 901f973704
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@ pipeline:
when: { status: [ success ], event: [ push, tag, deployment ] }
secrets: [ downstream_token ]
server: https://drone.spritsail.io
wait: true
fork: true
repositories:
- spritsail/busybox@libressl

View File

@ -1,6 +1,6 @@
# Pre-define ARGs to ensure correct scope
ARG GLIBC_VER=2.27
ARG BUSYB_VER=1.28.1
ARG BUSYB_VER=1.28.2
ARG SU_EXEC_VER=v0.3
ARG TINI_VER=v0.17.0