Skip to content

Commit 17169aa

Browse files
committed
Update Bazel and Debian versions
PiperOrigin-RevId: 342756555 Change-Id: If30ffde711ee12e2835e8d4449e9eb18fd1eae00
1 parent f4914f0 commit 17169aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

asylo/distrib/toolchain/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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.
2222
FROM 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.
4646
FROM 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
5151
ARG 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 \

0 commit comments

Comments
 (0)