Skip to content

Commit

Permalink
Merge pull request #6 from infovista-opensource/upgrade-0824
Browse files Browse the repository at this point in the history
added curl , updated readme file
  • Loading branch information
unixime authored Aug 5, 2024
2 parents 8d18766 + 0800075 commit 9ae1a76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM alpine:3.20.1
FROM alpine:3.20.2

RUN apk update \
&& apk upgrade \
&& apk add --no-cache \
postgresql16-client=16.3-r0 \
yq-go=4.44.1-r2 \
jq=1.7.1-r0 \
curl=8.9.0-r0 \
&& rm -rf /var/cache/apk/*


Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
| `PostgreSQL 16 Client` | 16.3-r0 | Package Manager |
| `jq` | 1.7.1-r0 | Package Manager |
| `yq-go` | 4.44.1-r2 | Package Manager |
| `curl` | 8.9.0-r0 | Package Manager |
| `wait-For` | 1.0.0 | [Repo](https://github.com/mrako/wait-for/releases)
| `kubectl` | 1.30.2 | [Release](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/#install-kubectl-binary-with-curl-on-linux)

0 comments on commit 9ae1a76

Please sign in to comment.