chore: bump rhash to 1.4.23

This commit is contained in:
Anton Livaja 2024-10-16 16:27:40 -04:00
parent 0356639e9a
commit 7786043a5b
No known key found for this signature in database
GPG key ID: 44A86CFF1FDF0E85

View file

@ -1,7 +1,7 @@
FROM scratch AS base
ARG ARCH=x86_64
ENV VERSION=1.4.22
ENV SRC_HASH=a9a7f24f0a7a871617e76e8cc6e6556ae788042f1c006195665505499b2334b1
ENV VERSION=1.4.23
ENV SRC_HASH=93a3f186b82c6042a66a1970bd478d7914edb1c5669b642d80b4eaacf2a2d17e
ENV SRC_FILE=freetds-${VERSION}.tar.bz2
ENV SRC_SITE=https://www.freetds.org/files/stable/${SRC_FILE}