Skip to content

Commit

Permalink
Bump the all-images group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all-images group with 2 updates in the / directory: golang and ubi9/ubi-micro.


Updates `golang` from `7003184` to `7ea4c9d`

Updates `ubi9/ubi-micro` from `becdf7f` to `f6e0a71`

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-images
- dependency-name: ubi9/ubi-micro
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-images
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 2fc2940 commit d99d567
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
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.23.4@sha256:70031844b8c225351d0bb63e2c383f80db85d92ba894e3da7e13bcf80efa9a37 AS build
FROM --platform=$BUILDPLATFORM golang:1.23.4@sha256:7ea4c9dcb2b97ff8ee80a67db3d44f98c8ffa0d191399197007d8459c1453041 AS build
ARG TARGETOS
ARG TARGETARCH
WORKDIR /go/src
Expand All @@ -9,7 +9,7 @@ ARG GOOS=${TARGETOS}
ARG GOARCH=${TARGETARCH}
RUN make build

FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/ubi-micro:9.5@sha256:becdf7fff4509ee81df982000d0adef858a7ae7995dfb7d774b9ded6a461ebad
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/ubi-micro:9.5@sha256:f6e0a71b7e0875b54ea559c2e0a6478703268a8d4b8bdcf5d911d0dae76aef51
COPY --from=build --chown=0:0 /go/src/bin/ /usr/local/bin/
COPY --from=build --chown=0:0 /go/src/inspect /usr/local/bin/
USER 1001
Expand Down

0 comments on commit d99d567

Please sign in to comment.