Skip to content

Commit e6b895c

Browse files
build(deps): bump the docker group in /packaging/docker with 2 updates (#17803)
Bumps the docker group in /packaging/docker with 2 updates: [chainguard/static](https://github.com/chainguard-images/images) and ubi9/ubi-micro. Updates `chainguard/static` from `092aad9` to `93b7033` - [Commits](https://github.com/chainguard-images/images/commits) Updates `ubi9/ubi-micro` from `233cce2` to `666b64b` --- updated-dependencies: - dependency-name: chainguard/static dependency-version: latest dependency-type: direct:production dependency-group: docker - dependency-name: ubi9/ubi-micro dependency-version: latest dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 968e654 commit e6b895c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packaging/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ COPY --chmod=0644 apm-server.yml ./apm-server.yml
2424
RUN sed -i 's/127.0.0.1:8200/0.0.0.0:8200/' apm-server.yml
2525
RUN sed -i 's/localhost:9200/elasticsearch:9200/' apm-server.yml
2626

27-
FROM cgr.dev/chainguard/static:latest@sha256:092aad9f6448695b6e20333a8faa93fe3637bcf4e88aa804b8f01545eaf288bd AS builder-certs
27+
FROM cgr.dev/chainguard/static:latest@sha256:93b70336be10c325d5a96016971b71b38d8e79e5148af2144f2aae93ee9367c3 AS builder-certs
2828

2929
################################################################################
3030
# Build stage 1
3131
# Copy prepared files from the previous stage and complete the image.
3232
################################################################################
33-
FROM registry.access.redhat.com/ubi9/ubi-micro:latest@sha256:233cce2df15dc7cd790f7f1ddbba5d4f59f31677c13a47703db3c2ca2fea67b6
33+
FROM registry.access.redhat.com/ubi9/ubi-micro:latest@sha256:666b64ba2670d356b03dd977fe1931c35fd624add9d8ef57e9dbd8f2a47118ba
3434
ARG TARGETARCH
3535
ARG BUILD_DATE
3636
ARG VERSION

packaging/docker/Dockerfile.wolfi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN sed -i 's/localhost:9200/elasticsearch:9200/' apm-server.yml
2828
# Build stage 1
2929
# Copy prepared files from the previous stage and complete the image.
3030
################################################################################
31-
FROM cgr.dev/chainguard/static:latest@sha256:092aad9f6448695b6e20333a8faa93fe3637bcf4e88aa804b8f01545eaf288bd
31+
FROM cgr.dev/chainguard/static:latest@sha256:93b70336be10c325d5a96016971b71b38d8e79e5148af2144f2aae93ee9367c3
3232
ARG TARGETARCH
3333
ARG BUILD_DATE
3434
ARG VERSION

0 commit comments

Comments
 (0)