Skip to content

Commit

Permalink
chore(deps): Bump Alpine Linux base image to 3.20 (#20668)
Browse files Browse the repository at this point in the history
* chore(deps): Bump Alpine Linux base image

Signed-off-by: Jesse Szwedko <[email protected]>

* Bump distroless too

Signed-off-by: Jesse Szwedko <[email protected]>

* Add changelog entry

Signed-off-by: Jesse Szwedko <[email protected]>

* typo

Signed-off-by: Jesse Szwedko <[email protected]>

---------

Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko authored Jun 13, 2024
1 parent 0de41f9 commit 99d2035
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog.d/alpine-update.enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The Alpine base image used for Vector `-alpine` and `-distroless-static` images was updated to 3.20.
4 changes: 2 additions & 2 deletions distribution/docker/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/alpine:3.19 AS builder
FROM docker.io/alpine:3.20 AS builder

WORKDIR /vector

Expand All @@ -12,7 +12,7 @@ RUN ARCH=$(if [ "$TARGETPLATFORM" = "linux/arm/v6" ]; then echo "arm"; else cat

RUN mkdir -p /var/lib/vector

FROM docker.io/alpine:3.18
FROM docker.io/alpine:3.20
# we want the latest versions of these
# hadolint ignore=DL3018
RUN apk --no-cache add ca-certificates tzdata
Expand Down
2 changes: 1 addition & 1 deletion distribution/docker/distroless-static/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/alpine:3.18 AS builder
FROM docker.io/alpine:3.20 AS builder

WORKDIR /vector

Expand Down

0 comments on commit 99d2035

Please sign in to comment.