push overlay version to v1.20.0.0
This commit is contained in:
parent
9bf277ff63
commit
8d35d68b3e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM alpine:3.6
|
FROM alpine:3.6
|
||||||
MAINTAINER Sebastian Hugentobler <sebastian@vanwa.ch>
|
MAINTAINER Sebastian Hugentobler <sebastian@vanwa.ch>
|
||||||
|
|
||||||
ENV S6_OVERLAY_VERSION=v1.19.1.1
|
ENV S6_OVERLAY_VERSION=v1.20.0.0
|
||||||
|
|
||||||
RUN apk --no-cache add libressl syslog-ng && \
|
RUN apk --no-cache add libressl syslog-ng && \
|
||||||
wget -qO- https://github.com/just-containers/s6-overlay/releases/download/$S6_OVERLAY_VERSION/s6-overlay-amd64.tar.gz | tar -xz -C / && \
|
wget -qO- https://github.com/just-containers/s6-overlay/releases/download/$S6_OVERLAY_VERSION/s6-overlay-amd64.tar.gz | tar -xz -C / && \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue