Skip to content

Commit

Permalink
[base image] Bump the base-image group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the base-image group with 2 updates: ubi8/go-toolset and ubi8/ubi-minimal.


Updates `ubi8/go-toolset` from 1.20.12-5.1712568462 to 1.20.12-5.1713833129

Updates `ubi8/ubi-minimal` from 8.9-1137 to 8.9-1161

---
updated-dependencies:
- dependency-name: ubi8/go-toolset
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: base-image
- dependency-name: ubi8/ubi-minimal
  dependency-type: direct:production
  dependency-group: base-image
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 7, 2024
1 parent 9b0abe4 commit 039e9eb
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 registry.access.redhat.com/ubi8/go-toolset:1.20.12-5.1712568462 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.20.12-5.1713833129 as builder

WORKDIR /go/src/app
COPY . .
Expand All @@ -10,7 +10,7 @@ RUN go get -d ./... && \

RUN cp /go/src/app/insights-ingress-go /usr/bin/

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1137
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1161

WORKDIR /

Expand Down

0 comments on commit 039e9eb

Please sign in to comment.