File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616
1717# Use fixed snapshot of Debian to create a deterministic environment.
1818# Snapshot tags can be found at https://hub.docker.com/r/debian/snapshot/tags
19- ARG debian_snapshot=buster-20200720
19+ ARG debian_snapshot=buster-20201012
2020
2121# Start with a temporary image just for building the toolchain.
2222FROM debian/snapshot:${debian_snapshot} as toolchain
@@ -42,12 +42,12 @@ RUN /opt/asylo/distrib/toolchain/install-toolchain \
4242 --system \
4343 --prefix /opt/asylo/toolchains/default
4444
45- # # Now, create the final image.
45+ # Now, create the final image.
4646FROM debian/snapshot:${debian_snapshot}
4747
4848# Use a fixed version of Bazel.
49- ARG bazel_version=3.4.1
50- ARG bazel_sha=dc8f51b7ed039d57bb990a1eebddcbb0014fe267a88df8972f4609ded1f11c90
49+ ARG bazel_version=3.7.0
50+ ARG bazel_sha=2fc8dfb85328112a9d67f614e33026be74c2ac95645ed8e88896366eaa3d8fc3
5151ARG bazel_url=https://storage.googleapis.com/bazel-apt/pool/jdk1.8/b/bazel/bazel_${bazel_version}_amd64.deb
5252
5353# Install development tools
@@ -60,7 +60,7 @@ RUN apt-get update && \
6060 ./bazel.deb \
6161 bash-completion \
6262 build-essential \
63- default-jdk-headless \
63+ default-jdk-headless \
6464 git \
6565 libfl2 \
6666 ocaml-nox \
You can’t perform that action at this time.
0 commit comments