Skip to content

Commit

Permalink
🌱 Bump alpine from 3.21.0 to 3.21.2
Browse files Browse the repository at this point in the history
Bumps alpine from 3.21.0 to 3.21.2.

---
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 and nickytd committed Jan 17, 2025
1 parent f815117 commit 524d9f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ ARG TARGETARCH
RUN --mount=type=cache,target="/root/.cache/go-build" CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} make build

############# iptables-builder #############
FROM alpine:3.21.0 AS iptables-builder
FROM alpine:3.21.2 AS iptables-builder

RUN apk add --update bash sudo iptables ncurses-libs libmnl && \
rm -rf /var/cache/apk/*
Expand Down Expand Up @@ -137,7 +137,7 @@ COPY --from=telegraf-builder /go/telegraf/telegraf /usr/bin/telegraf
CMD [ "/usr/bin/telegraf"]

############# tune2fs-builder #############
FROM alpine:3.21.0 AS tune2fs-builder
FROM alpine:3.21.2 AS tune2fs-builder

RUN apk add --update bash e2fsprogs-extra mount gawk ncurses-libs && \
rm -rf /var/cache/apk/*
Expand Down

0 comments on commit 524d9f9

Please sign in to comment.