Skip to content

Commit 0bc329e

Browse files
sjiepil-rvankints
andauthored
Fixed compatible GNUPG_VERSION for alpine 3.18 and removed hard-coded adding of gnupg (#122)
Co-authored-by: Robert van Kints <robert.van.kints@integral-learning.de>
1 parent 895e9c8 commit 0bc329e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG AZURE_CLI_VERSION=2.52.0
66
ARG EN_GCLOUD=false
77
ARG GOOGLE_CLOUD_SDK_VERSION=445.0.0
88
ARG EN_GPG=true
9-
ARG GNUPG_VERSION="2.4.3-r1"
9+
ARG GNUPG_VERSION="2.4.4-r0"
1010
ARG EN_MINIO=false
1111
ARG EN_RCLONE=false
1212
ARG VERSION
@@ -46,8 +46,7 @@ ENV MONGODB_TOOLS_VERSION=$MONGODB_TOOLS_VERSION \
4646
MGOB_EN_GPG=$EN_GPG \
4747
MGOB_EN_MINIO=$EN_MINIO \
4848
MGOB_EN_RCLONE=$EN_RCLONE
49-
50-
RUN apk add --no-cache gnupg
49+
5150
WORKDIR /
5251

5352
COPY build.sh /tmp

0 commit comments

Comments
 (0)