Skip to content

Commit 91642aa

Browse files
chore(deps): update alpine docker tag to v3.21.0
1 parent 696edeb commit 91642aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
runs-on: ubuntu-latest
123123
needs: goreleaser
124124
container:
125-
image: alpine:3.20.3
125+
image: alpine:3.21.0
126126

127127
steps:
128128
- name: Get latest apks

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ WORKDIR /otc-auth
33
COPY . .
44
RUN CGO_ENABLED=0 go build .
55

6-
FROM alpine:3.20.3
6+
FROM alpine:3.21.0
77
COPY --from=builder /otc-auth/otc-auth /usr/local/bin/otc-auth

0 commit comments

Comments
 (0)