Switch to alpine 3.14 to prevent openldap issues

This commit is contained in:
Georg Krause 2022-01-30 20:52:45 +01:00
parent 6ab4ca7c19
commit c582ac978d
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.15 as builder
FROM alpine:3.14 as builder
RUN \
echo 'installing dependencies' && \