Skip to content

Commit

Permalink
use pgvers
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejasvi Kashi authored and Tejasvi Kashi committed Jan 16, 2025
1 parent c31ecf6 commit 22a9683
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/snowflake-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Build Docker Image
run: |
docker build --progress plain -t snowflake .
docker build --build-arg PGVER=${{ matrix.pgver }} --progress plain -t snowflake .
- name: Run Docker Container
run: |
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM postgres:16-alpine
ARG PGVER
FROM postgres:$PGVER-alpine

RUN apk add --no-cache \
make \
Expand Down

0 comments on commit 22a9683

Please sign in to comment.