From ebe3f010a5007c4c985bf6f4664ffc20120bf706 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 02:40:17 +0000 Subject: [PATCH] chore(deps): update alpine docker tag --- .github/workflows/release.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 453608b..be553ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/Dockerfile b/Dockerfile index 0916c4a..9962380 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file