Skip to content

Commit e56a50f

Browse files
authored
GODRIVER-3438 Use artifactory for container image (#1895)
1 parent 09e46d2 commit e56a50f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Dockerfile for Go Driver local development.
22

33
# Build libmongocrypt in a separate build stage.
4-
FROM ubuntu:20.04 as libmongocrypt
4+
FROM artifactory.corp.mongodb.com/dockerhub/ubuntu:20.04 as libmongocrypt
55

66
RUN apt-get -qq update && \
77
apt-get -qqy install --no-install-recommends \
@@ -17,7 +17,7 @@ RUN cd /root && bash ./install-libmongocrypt.sh
1717

1818

1919
# Copy in the files from the libmongocrypt build stage.
20-
FROM ubuntu:20.04
20+
FROM artifactory.corp.mongodb.com/dockerhub/ubuntu:20.04
2121

2222
# Install common deps.
2323
RUN export DEBIAN_FRONTEND=noninteractive && \

0 commit comments

Comments
 (0)