Skip to content

Commit

Permalink
fix: try to use alpine base image
Browse files Browse the repository at this point in the history
  • Loading branch information
Primexz committed Apr 26, 2024
1 parent ec94678 commit 07f5c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: go

- name: Docker Login
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM scratch
FROM alpine
COPY kraken-dca /
ENTRYPOINT ["/kraken-dca"]

0 comments on commit 07f5c90

Please sign in to comment.