Skip to content

Commit

Permalink
Create Dockerfile.alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryoverload authored Dec 12, 2023
1 parent 35d3420 commit ebf38f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ARG POSTGRES_VERSION=15

FROM alpine:latest

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

0 comments on commit ebf38f2

Please sign in to comment.