updated build system

This commit is contained in:
2024-12-29 09:21:56 -06:00
parent f01daa4296
commit 4bbff47b6f
17 changed files with 23 additions and 20 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.20.3
FROM alpine:3.21.0
MAINTAINER Scott E. Graves <scott.e.graves@protonmail.com>
CMD bash
@ -80,3 +80,6 @@ RUN apk add \
zstd-libs \
zstd-static \
xz-static
RUN ln -sf /usr/bin/aclocal-1.17 /usr/bin/aclocal-1.16
RUN ln -sf /usr/bin/automake-1.17 /usr/bin/automake-1.16

View File

@ -1,5 +1,5 @@
#comment
FROM alpine:3.20.3
FROM alpine:3.21.0
RUN apk update
RUN apk upgrade