Skip to content

Commit

Permalink
pin apt packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
churnikov committed Mar 12, 2024
1 parent c3ab1b2 commit 6939a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serve-encrypt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV GNUPGHOME=/home/pguser/.gnupg
# Create a non-root user and group (using user ID 1000 and group ID 1000 for compatibility)
# Fixed commands for Debian
RUN apt-get update \
&& apt-get install --no-install-recommends -y gnupg2 curl postgresql-client \
&& apt-get install --no-install-recommends -y gnupg2=2.2.* curl=7.88.* postgresql-client-15=15.* \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& groupadd -g 1000 pguser \
Expand Down

0 comments on commit 6939a84

Please sign in to comment.