Skip to content

Commit 9dd4515

Browse files
chore(deps): bump alpine from 3.23 to 3.24 (#931)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 40bcc7d commit 9dd4515

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN CGO_ENABLED=0 go build -ldflags "${LDFLAGS} \
4646
-X github.com/tinyauthapp/tinyauth/internal/model.BuildTimestamp=${BUILD_TIMESTAMP}" ./cmd/tinyauth
4747

4848
# Runner
49-
FROM alpine:3.23 AS runner
49+
FROM alpine:3.24 AS runner
5050

5151
WORKDIR /tinyauth
5252

0 commit comments

Comments
 (0)