Skip to content

Commit

Permalink
release 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manticoresearch committed May 4, 2021
1 parent f0254b4 commit d1add54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:bionic
RUN groupadd -r manticore && useradd -r -g manticore manticore

ENV GOSU_VERSION 1.11
ENV MANTICORE_VERSION 3.5.4
ENV MANTICORE_VERSION 3.6.0

RUN set -x \
&& apt-get update && apt-get install -y --no-install-recommends ca-certificates wget gnupg dirmngr && rm -rf /var/lib/apt/lists/* \
Expand Down

0 comments on commit d1add54

Please sign in to comment.