Skip to content

Commit

Permalink
Fixed compatible GNUPG_VERSION for alpine 3.18 and removed hard-coded…
Browse files Browse the repository at this point in the history
… adding of gnupg (#122)

Co-authored-by: Robert van Kints <robert.van.kints@integral-learning.de>
  • Loading branch information
sjiep and il-rvankints authored Aug 29, 2024
1 parent 895e9c8 commit 0bc329e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG AZURE_CLI_VERSION=2.52.0
ARG EN_GCLOUD=false
ARG GOOGLE_CLOUD_SDK_VERSION=445.0.0
ARG EN_GPG=true
ARG GNUPG_VERSION="2.4.3-r1"
ARG GNUPG_VERSION="2.4.4-r0"
ARG EN_MINIO=false
ARG EN_RCLONE=false
ARG VERSION
Expand Down Expand Up @@ -46,8 +46,7 @@ ENV MONGODB_TOOLS_VERSION=$MONGODB_TOOLS_VERSION \
MGOB_EN_GPG=$EN_GPG \
MGOB_EN_MINIO=$EN_MINIO \
MGOB_EN_RCLONE=$EN_RCLONE

RUN apk add --no-cache gnupg

WORKDIR /

COPY build.sh /tmp
Expand Down

0 comments on commit 0bc329e

Please sign in to comment.