update commit hash

This commit is contained in:
Lukas Prettenthaler 2023-08-26 13:27:19 +02:00 committed by GitHub
parent c54e8dc4ba
commit bd65ec3868
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
ARG ALPINE_IMAGE=alpine ARG ALPINE_IMAGE=alpine
ARG ALPINE_VERSION=edge ARG ALPINE_VERSION=edge
ARG ZT_COMMIT=0e5651f353b99302dd3571ef9dcebbffe52056df ARG ZT_COMMIT=464bca5d20068bcf37acf496ac941efc908c248b
ARG ZT_VERSION=1.12.1 ARG ZT_VERSION=1.12.1
FROM ${ALPINE_IMAGE}:${ALPINE_VERSION} as builder FROM ${ALPINE_IMAGE}:${ALPINE_VERSION} as builder