mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-03 03:41:53 +08:00
Bump Dockerfile versions
Conflicts: build/Dockerfile build/Dockerfile.devel
This commit is contained in:
parent
1b82adde3a
commit
1c2dafee6b
@ -61,8 +61,8 @@ RUN cd /opt/ && curl -L https://github.com/facebook/rocksdb/archive/v6.10.1.tar.
|
||||
ARG TIMEZONEINFO=America/Los_Angeles
|
||||
RUN rm -f /etc/localtime && ln -s /usr/share/zoneinfo/${TIMEZONEINFO} /etc/localtime
|
||||
|
||||
LABEL version=0.1.17
|
||||
ENV DOCKER_IMAGEVER=0.1.17
|
||||
LABEL version=0.1.18
|
||||
ENV DOCKER_IMAGEVER=0.1.18
|
||||
ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0
|
||||
ENV CC=/opt/rh/devtoolset-8/root/usr/bin/gcc
|
||||
ENV CXX=/opt/rh/devtoolset-8/root/usr/bin/g++
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM foundationdb/foundationdb-build:0.1.17
|
||||
FROM foundationdb/foundationdb-build:0.1.18
|
||||
|
||||
USER root
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user