Update suggested version of libolm in dockerfiles

This commit is contained in:
Andrew Morgan 2022-01-27 16:28:47 +00:00
parent 1f9f109bd6
commit 25e35af3fa
2 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@
# An optional LIBOLM_VERSION build argument which sets the # An optional LIBOLM_VERSION build argument which sets the
# version of libolm to build against. For example: # version of libolm to build against. For example:
# #
# docker build -f docker/Dockerfile --build-arg LIBOLM_VERSION=3.1.4 . # docker build -f docker/Dockerfile --build-arg LIBOLM_VERSION=3.2.10 .
# #
@ -30,7 +30,7 @@ FROM docker.io/python:${PYTHON_VERSION}-alpine as builder
## ##
# Install libolm build dependencies # Install libolm build dependencies
ARG LIBOLM_VERSION=3.1.4 ARG LIBOLM_VERSION=3.2.10
RUN apk add --no-cache \ RUN apk add --no-cache \
make \ make \
cmake \ cmake \

View file

@ -18,7 +18,7 @@
# An optional LIBOLM_VERSION build argument which sets the # An optional LIBOLM_VERSION build argument which sets the
# version of libolm to build against. For example: # version of libolm to build against. For example:
# #
# docker build -f docker/Dockerfile --build-arg LIBOLM_VERSION=3.1.4 . # docker build -f docker/Dockerfile --build-arg LIBOLM_VERSION=3.2.10 .
# #
ARG PYTHON_VERSION=3.8 ARG PYTHON_VERSION=3.8
@ -29,7 +29,7 @@ FROM docker.io/python:${PYTHON_VERSION}-alpine
## ##
# Install libolm build dependencies # Install libolm build dependencies
ARG LIBOLM_VERSION=3.1.4 ARG LIBOLM_VERSION=3.2.10
RUN apk add --no-cache \ RUN apk add --no-cache \
make \ make \
cmake \ cmake \