Skip to content

Commit

Permalink
Update snowflake-docker.yml
Browse files Browse the repository at this point in the history
Added note to line 27 about using version specific alpine in Dockerfile
  • Loading branch information
susan-pgedge authored Jan 21, 2025
1 parent ceb31e2 commit 895723a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snowflake-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Docker
uses: docker/setup-buildx-action@v2

- name: Build Docker Image
- name: Build Docker Image #Use version specific alpine version of dockerfile
run: |
docker build --build-arg PGVER=${{ matrix.pgver }} -t snowflake .
Expand Down

0 comments on commit 895723a

Please sign in to comment.