Skip to content

Commit

Permalink
update some bionic build components
Browse files Browse the repository at this point in the history
  • Loading branch information
jeking3 committed Oct 19, 2018
1 parent 9ee2951 commit cd829a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build/docker/ubuntu-bionic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ RUN apt-get install -y --no-install-recommends \
`# csharp (mono) dependencies` \
mono-devel

ENV SBCL_VERSION 1.4.9
ENV SBCL_VERSION 1.4.12
RUN \
`# Common Lisp (sbcl) dependencies` \
curl --version && \
Expand All @@ -101,8 +101,8 @@ RUN \
cd .. && \
rm -rf sbcl*

ENV D_VERSION 2.081.0
ENV DMD_DEB dmd_2.081.0-0_amd64.deb
ENV D_VERSION 2.082.1
ENV DMD_DEB dmd_2.082.1-0_amd64.deb
RUN \
`# D dependencies` \
wget -q http://downloads.dlang.org/releases/2.x/${D_VERSION}/${DMD_DEB} && \
Expand Down Expand Up @@ -140,9 +140,9 @@ RUN apt-get install -y --no-install-recommends \
libglib2.0-dev

# golang
ENV GOLANG_VERSION 1.10.3
ENV GOLANG_VERSION 1.11.1
ENV GOLANG_DOWNLOAD_URL https://golang.org/dl/go$GOLANG_VERSION.linux-amd64.tar.gz
ENV GOLANG_DOWNLOAD_SHA256 fa1b0e45d3b647c252f51f5e1204aba049cde4af177ef9f2181f43004f901035
ENV GOLANG_DOWNLOAD_SHA256 2871270d8ff0c8c69f161aaae42f9f28739855ff5c5204752a8d92a1c9f63993
RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz && \
echo "$GOLANG_DOWNLOAD_SHA256 golang.tar.gz" | sha256sum -c - && \
tar -C /usr/local -xzf golang.tar.gz && \
Expand Down

0 comments on commit cd829a0

Please sign in to comment.