Skip to content

Commit

Permalink
Merge pull request #40 from trailofbits/fix-medusa-build
Browse files Browse the repository at this point in the history
Fix medusa build
  • Loading branch information
elopez authored Jul 22, 2024
2 parents 3878b84 + 5a9c267 commit 3c6c989
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Set Docker metadata
id: metadata
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/${{ github.repository }}
Expand All @@ -60,7 +60,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}

- name: Docker Build and Push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64/v8
target: toolbox
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 @@
###
### Medusa build process
###
FROM golang:1.21 AS medusa
FROM golang:1.22 AS medusa

WORKDIR /src
RUN git clone https://github.com/crytic/medusa.git
Expand Down

0 comments on commit 3c6c989

Please sign in to comment.