Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/github.com/spf13/cobra…
Browse files Browse the repository at this point in the history
…-1.8.1
  • Loading branch information
chrisdoherty4 authored Jun 25, 2024
2 parents c11af65 + 6e2310b commit c618f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
- uses: docker/setup-buildx-action@v3

- name: Build images and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
cache-from: type=registry,ref=${{ env.IMAGE }}:latest
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20.0
FROM alpine:3.20.1

# Define args for the target platform so we can identify the binary in the Docker context.
# These args are populated by Docker. The values should match Go's GOOS and GOARCH values for
Expand Down

0 comments on commit c618f5f

Please sign in to comment.