Skip to content

Commit

Permalink
GODRIVER-3438 Use artifactory for container image (#1895)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Nov 19, 2024
1 parent 09e46d2 commit e56a50f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dockerfile for Go Driver local development.

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

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


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

# Install common deps.
RUN export DEBIAN_FRONTEND=noninteractive && \
Expand Down

0 comments on commit e56a50f

Please sign in to comment.