Skip to content

Commit f3b1b95

Browse files
committed
bump: yq version 4.45.1
1 parent c2322f5 commit f3b1b95

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get -y update && apt-get install -y \
1010
postgresql-client-14 \
1111
postgresql-contrib-14
1212

13-
RUN wget https://github.com/mikefarah/yq/releases/download/v4.27.2/yq_linux_amd64 -O /usr/local/bin/yq
13+
RUN wget https://github.com/mikefarah/yq/releases/download/v4.45.1/yq_linux_amd64 -O /usr/local/bin/yq
1414
RUN chmod 755 /usr/local/bin/yq
1515

1616
RUN wget https://dl.google.com/cloudsql/cloud_sql_proxy.linux.amd64 -O /usr/local/bin/cloud_sql_proxy

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# gcloud-psql
2-
Docker image for gcloud and postgres operations
2+
Docker image with gcloud and postgres operations.
3+
4+
Effectively the gcloud-sdk slim image with postgres client and a few other tools.

0 commit comments

Comments
 (0)