Skip to content

Commit

Permalink
chore(deps): update alpine docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 4875d14 commit ebe3f01
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 @@ -122,7 +122,7 @@ jobs:
runs-on: ubuntu-latest
needs: goreleaser
container:
image: alpine:3.20.2
image: alpine:3.21.0

steps:
- name: Get latest apks
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ WORKDIR /otc-auth
COPY . .
RUN CGO_ENABLED=0 go build .

FROM alpine:3.20
FROM alpine:3.21
COPY --from=builder /otc-auth/otc-auth /usr/local/bin/otc-auth

0 comments on commit ebe3f01

Please sign in to comment.