Skip to content

Commit

Permalink
Update Dockerfile.alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryoverload authored Dec 12, 2023
1 parent ebf38f2 commit 51ea61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ ARG POSTGRES_VERSION=15

FROM alpine:latest

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

0 comments on commit 51ea61a

Please sign in to comment.