use new s6-rc layout

This commit is contained in:
Sebastian Hugentobler 2022-02-15 17:21:46 +01:00
parent 44f4af8349
commit 9160d81961
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
11 changed files with 21 additions and 23 deletions

View file

@ -1,4 +1,4 @@
FROM alpine:3.14 as builder
FROM alpine:3.15 as builder
RUN apk --no-cache add \
bash \
@ -25,8 +25,8 @@ RUN apk --no-cache add \
RUN ln -s /usr/bin/aclocal-1.16 /usr/bin/aclocal-1.15
RUN ln -s /usr/bin/automake-1.16 /usr/bin/automake-1.15
ENV RESTY_VERSION=1.19.3.2
ENV RESTY_SHA256_SUM=ce40e764990fbbeb782e496eb63e214bf19b6f301a453d13f70c4f363d1e5bb9
ENV RESTY_VERSION=1.19.9.1
ENV RESTY_SHA256_SUM=576ff4e546e3301ce474deef9345522b7ef3a9d172600c62057f182f3a68c1f6
RUN wget https://openresty.org/download/openresty-$RESTY_VERSION.tar.gz
RUN echo "$RESTY_SHA256_SUM openresty-$RESTY_VERSION.tar.gz" | sha256sum -c - || exit 1