Skip to content

Commit

Permalink
Merge pull request #3 from infovista-opensource/fix_build
Browse files Browse the repository at this point in the history
fixed build
  • Loading branch information
unixime authored Feb 18, 2024
2 parents a27cc4f + c1732d3 commit 6402b7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM alpine:3.19.1

RUN apk update \
&& apk add --no-cache \
postgresql14-client=14.10-r0 \
yq \
jq \
postgresql14-client=14.11-r0 \
yq=4.35.2-r1 \
jq=1.7.1-r0 \
&& rm -rf /var/cache/apk/*


Expand Down

0 comments on commit 6402b7e

Please sign in to comment.