Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.21.2 (#837)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 341ae27 commit 63ba5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev-env
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ FROM alpine/git:v2.47.1 AS git
RUN git clone https://github.com/cloudoperators/greenhouse-extensions.git /greenhouse-extensions

# final image
FROM --platform=${BUILDPLATFORM:-linux/amd64} alpine:3.21.1
FROM --platform=${BUILDPLATFORM:-linux/amd64} alpine:3.21.2
LABEL source_repository="https://github.com/cloudoperators/greenhouse"
ENV KUBEBUILDER_ASSETS=/usr/local/bin
WORKDIR /
Expand Down

0 comments on commit 63ba5fe

Please sign in to comment.