Skip to content

Commit b8491d6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/buildkite/Dockerfile

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)