Skip to content

Commit

Permalink
chore: Bump alpine from 3.21.0 to 3.21.1 in /build/gateway
Browse files Browse the repository at this point in the history
Bumps alpine from 3.21.0 to 3.21.1.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent 9e1ad73 commit b8f7bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/gateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY . ./
RUN CGO_ENABLED=0 GOOS=linux GOARCH=$(go env GOARCH) go build -ldflags="-s -w" ./cmd/gateway


FROM alpine:3.21.0
FROM alpine:3.21.1

RUN apk update && \
apk add iproute2 nftables bash tcpdump conntrack-tools curl iputils && \
Expand Down

0 comments on commit b8f7bc1

Please sign in to comment.