Merge pull request #99 from fosrl/dependabot/docker/docker-dependencies-2adcbce36e

build(deps): bump alpine from 3.23 to 3.24 in the docker-dependencies group
This commit is contained in:
Owen Schwartz
2026-07-18 16:03:39 -04:00
committed by GitHub

View File

@@ -17,7 +17,7 @@ COPY . .
RUN CGO_ENABLED=0 GOOS=linux go build -o /gerbil
# Start a new stage from scratch
FROM alpine:3.23 AS runner
FROM alpine:3.24 AS runner
RUN apk add --no-cache iptables iproute2