Skip to content

Commit

Permalink
Update libolm in the dockerfile to 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Jul 14, 2021
1 parent 2833ce9 commit 1cd67a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# An optional LIBOLM_VERSION build argument which sets the
# 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.4 .
#


Expand All @@ -30,7 +30,7 @@ FROM docker.io/python:${PYTHON_VERSION}-alpine3.12 as builder
##

# Install libolm build dependencies
ARG LIBOLM_VERSION=3.2.1
ARG LIBOLM_VERSION=3.2.4
RUN apk add --no-cache \
make \
cmake \
Expand Down

0 comments on commit 1cd67a2

Please sign in to comment.