Skip to content

Commit 49b08f8

Browse files
Try using a version number instead of a commit hash
1 parent 5e66845 commit 49b08f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/buildkite/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Always use a release version or a specific commit hash below. Don't use
22
# a branch name since we'd keep getting updates as long as there are new
33
# commits to that branch and one of them can break the build
4-
FROM adoptopenjdk/openjdk11@sha256:13475f4be7d6701a2ebd0516c4c929f2fa78ea773b4483bb580a36a04975e9f9
4+
FROM adoptopenjdk/openjdk11:jdk-11.0.10_9-alpine
55

66
# Apache Thrift version
77
ENV APACHE_THRIFT_VERSION=0.9.3
@@ -18,7 +18,6 @@ RUN set -ex ;\
1818
rm thrift-${APACHE_THRIFT_VERSION}.tar.gz && \
1919
cd thrift-${APACHE_THRIFT_VERSION}/ && \
2020
./configure --enable-libs=no --enable-tests=no --enable-tutorial=no --with-cpp=no --with-c_glib=no --with-java=yes --with-ruby=no --with-erlang=no --with-go=no --with-nodejs=no --with-python=no && \
21-
touch config.h && \
2221
make && \
2322
make install && \
2423
cd .. && \

0 commit comments

Comments
 (0)