We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 696edeb commit 91642aaCopy full SHA for 91642aa
.github/workflows/release.yml
@@ -122,7 +122,7 @@ jobs:
122
runs-on: ubuntu-latest
123
needs: goreleaser
124
container:
125
- image: alpine:3.20.3
+ image: alpine:3.21.0
126
127
steps:
128
- name: Get latest apks
Dockerfile
@@ -3,5 +3,5 @@ WORKDIR /otc-auth
3
COPY . .
4
RUN CGO_ENABLED=0 go build .
5
6
-FROM alpine:3.20.3
+FROM alpine:3.21.0
7
COPY --from=builder /otc-auth/otc-auth /usr/local/bin/otc-auth
0 commit comments