Skip to content

Commit 39e9a55

Browse files
committed
Revert "Replacing old busybox image with Alpine"
This reverts commit ca3149e.
1 parent fef0578 commit 39e9a55

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
FROM alpine:edge
2-
RUN apk add --no-cache bash tzdata ca-certificates unzip zip gzip tar
1+
FROM concourse/busyboxplus:git
2+
3+
# satisfy go crypto/x509
4+
RUN cat /etc/ssl/certs/*.pem > /etc/ssl/certs/ca-certificates.crt
35

46
ADD assets/ /opt/resource/

0 commit comments

Comments
 (0)