upgrade to 1.10.6

This commit is contained in:
Lukas Prettenthaler 2023-03-23 20:34:47 +01:00 committed by GitHub
parent 8dc3a0a48d
commit efc6029f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
ARG ALPINE_IMAGE=alpine
ARG ALPINE_VERSION=edge
ARG ZT_COMMIT=f9941a035eaa058a8d4ffea299397dbf91569aad
ARG ZT_VERSION=1.10.5
ARG ZT_COMMIT=d831fd10d5d1a9acb46f07d9548a96fc73a23d72
ARG ZT_VERSION=1.10.6
FROM ${ALPINE_IMAGE}:${ALPINE_VERSION} as builder