diff --git a/Dockerfile b/Dockerfile index cd1e6c7..75c363f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM digitalspacestudio/debian:buster as builder LABEL maintainer="Sergey Cherepanov " LABEL name="digitalspacestudio/linuxbrew" ARG DEBIAN_FRONTEND=noninteractive -ARG BREW_VERSION=3.1.7 +ARG BREW_VERSION=3.3.9 RUN apt-get update \ && apt-get install -y --no-install-recommends ca-certificates git curl file systemtap-sdt-dev g++ make uuid-runtime \ && apt-get clean \ @@ -54,4 +54,4 @@ ENV PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:$PATH \ HOMEBREW_FORCE_BREWED_CURL=1 \ HOMEBREW_FORCE_BREWED_GIT=1 -COPY --from=builder --chown=linuxbrew:linuxbrew /home/linuxbrew /home/linuxbrew \ No newline at end of file +COPY --from=builder --chown=linuxbrew:linuxbrew /home/linuxbrew /home/linuxbrew