Skip to content

Commit

Permalink
Update postgresql client to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
emyl3 committed Dec 19, 2024
1 parent f845837 commit b20bb2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.21
RUN apk --no-cache add postgresql14-client
RUN apk --no-cache add postgresql15-client
RUN apk add --no-cache bash
ARG UID=10001
RUN adduser \
Expand Down

0 comments on commit b20bb2d

Please sign in to comment.