Skip to content

Commit a96c565

Browse files
authored
deps: update alpine docker tag to v3.22.2 (GoogleCloudPlatform#3848)
1 parent 16c12cb commit a96c565

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/DockerfilePsql13

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM alpine:3.22.1
1+
FROM alpine:3.22.2
22
RUN apk --no-cache add postgresql13-client
33
ENTRYPOINT [ "psql" ]

build/DockerfilePsql14

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM alpine:3.22.1
1+
FROM alpine:3.22.2
22
RUN apk --no-cache add postgresql14-client
33
ENTRYPOINT [ "psql" ]

0 commit comments

Comments
 (0)