Bump alpine from 3.23 to 3.24

Bumps alpine from 3.23 to 3.24.

---
updated-dependencies:
- dependency-name: alpine
  dependency-version: '3.24'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-06-09 22:35:31 +00:00
committed by GitHub
parent d408ba9999
commit 6fc04e3e36

View File

@@ -5,7 +5,7 @@ RUN go mod download
COPY . . COPY . .
RUN CGO_ENABLED=0 go build -ldflags="-s -w" -o hauk . RUN CGO_ENABLED=0 go build -ldflags="-s -w" -o hauk .
FROM alpine:3.23 FROM alpine:3.24
RUN apk add --no-cache ca-certificates RUN apk add --no-cache ca-certificates
COPY --from=builder /app/hauk /usr/local/bin/ COPY --from=builder /app/hauk /usr/local/bin/
EXPOSE 8080 EXPOSE 8080