push to 1.86.0

This commit is contained in:
Sebastian Hugentobler 2023-06-25 16:16:37 +02:00
parent 944b14db8c
commit a53924d0b6
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -1,12 +1,12 @@
FROM docker.io/alpine:3.18 AS builder
ENV VERSION=v1.85.2
ENV VERSION=v1.86.0
RUN apk add --no-cache \
alpine-sdk \
python3-dev \
py3-pip \
py3-wheel \
py3-wheel \
libffi-dev \
openssl-dev \
zlib-dev \