Skip to content

Commit

Permalink
Provide POSTGRESQL_CLIENT_VERSION version in Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
ronardcaktus committed Aug 13, 2024
1 parent 6558fb1 commit 95b2047
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ RUN groupadd --gid $USER_GID $USERNAME \
# vim -- enhanced vi editor for commits
ENV KUBE_CLIENT_VERSION="v1.25.10"
ENV HELM_VERSION="3.12.0"
ENV POSTGRESQL_CLIENT_VERSION="15"
RUN --mount=type=cache,target=/var/cache/apt --mount=type=cache,target=/var/lib/apt \
--mount=type=cache,mode=0755,target=/root/.cache/pip \
set -ex \
Expand Down

0 comments on commit 95b2047

Please sign in to comment.