Skip to content

Commit

Permalink
Fix providing juno version for docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechos committed Jul 13, 2023
1 parent d35aef8 commit 62bd2a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:3.18 AS build

# Install Alpine Dependencies
RUN apk update && \
apk add build-base clang upx cargo go
apk add build-base clang upx cargo go git

WORKDIR /app

Expand Down

0 comments on commit 62bd2a9

Please sign in to comment.