Merge remote-tracking branch 'origin/refs/pull/314/head' into staging

This commit is contained in:
Lance R. Vick 2024-10-20 17:50:27 -07:00
commit 2c6d0bf8bd
No known key found for this signature in database
GPG key ID: 8E47A1EC35A1551D

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}