We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e46d2 commit e56a50fCopy full SHA for e56a50f
Dockerfile
@@ -1,7 +1,7 @@
1
# Dockerfile for Go Driver local development.
2
3
# Build libmongocrypt in a separate build stage.
4
-FROM ubuntu:20.04 as libmongocrypt
+FROM artifactory.corp.mongodb.com/dockerhub/ubuntu:20.04 as libmongocrypt
5
6
RUN apt-get -qq update && \
7
apt-get -qqy install --no-install-recommends \
@@ -17,7 +17,7 @@ RUN cd /root && bash ./install-libmongocrypt.sh
17
18
19
# Copy in the files from the libmongocrypt build stage.
20
-FROM ubuntu:20.04
+FROM artifactory.corp.mongodb.com/dockerhub/ubuntu:20.04
21
22
# Install common deps.
23
RUN export DEBIAN_FRONTEND=noninteractive && \
0 commit comments