aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index 4570004..a771787 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,6 @@
-FROM alpine:3.10 as bitlbee-build
+ARG ALPINE_VERSION=3.11
+
+FROM alpine:${ALPINE_VERSION} as bitlbee-build
ARG BITLBEE_VERSION=3.6
@@ -286,7 +288,7 @@ RUN echo MATRIX=${MATRIX} > /tmp/status \
# ---
-FROM alpine:3.10 as bitlbee-plugins
+FROM alpine:${ALPINE_VERSION} as bitlbee-plugins
COPY --from=bitlbee-build /usr/sbin/bitlbee /tmp/usr/sbin/bitlbee
COPY --from=bitlbee-build /usr/share/man/man8/bitlbee.8 /tmp/usr/share/man/man8/bitlbee.8
@@ -350,7 +352,7 @@ RUN apk add --update --no-cache findutils \
# ---
-FROM alpine:3.10 as bitlbee-libpurple
+FROM alpine:${ALPINE_VERSION} as bitlbee-libpurple
COPY --from=bitlbee-plugins /tmp/ /