We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 895e9c8 commit 0bc329eCopy full SHA for 0bc329e
Dockerfile
@@ -6,7 +6,7 @@ ARG AZURE_CLI_VERSION=2.52.0
6
ARG EN_GCLOUD=false
7
ARG GOOGLE_CLOUD_SDK_VERSION=445.0.0
8
ARG EN_GPG=true
9
-ARG GNUPG_VERSION="2.4.3-r1"
+ARG GNUPG_VERSION="2.4.4-r0"
10
ARG EN_MINIO=false
11
ARG EN_RCLONE=false
12
ARG VERSION
@@ -46,8 +46,7 @@ ENV MONGODB_TOOLS_VERSION=$MONGODB_TOOLS_VERSION \
46
MGOB_EN_GPG=$EN_GPG \
47
MGOB_EN_MINIO=$EN_MINIO \
48
MGOB_EN_RCLONE=$EN_RCLONE
49
-
50
-RUN apk add --no-cache gnupg
+
51
WORKDIR /
52
53
COPY build.sh /tmp
0 commit comments