Skip to content

Commit

Permalink
Update Dockerfile.alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryoverload authored Jul 30, 2024
1 parent e664268 commit 322c251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG POSTGRES_VERSION=15

FROM alpine:latest

ARG POSTGRES_VERSION=15

RUN apk update && apk add postgresql${POSTGRES_VERSION}-client

0 comments on commit 322c251

Please sign in to comment.