Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit 2a2da87

Browse files
authored
Merge pull request #350 from redhat-appstudio/konflux/mintmaker/main/registry.access.redhat.com-ubi9-go-toolset-9.x
chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v9.5-1734626445
2 parents 824fde7 + af0f6a4 commit 2a2da87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
go-test:
1111
runs-on: ubuntu-latest
1212
container:
13-
image: registry.access.redhat.com/ubi9/go-toolset:9.5-1733160835
13+
image: registry.access.redhat.com/ubi9/go-toolset:9.5-1734626445
1414
steps:
1515
- name: Checkout code
1616
uses: actions/checkout@v4

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# First stage: Build the Go binaries
2-
FROM registry.access.redhat.com/ubi9/go-toolset:9.5-1733160835 AS builder
2+
FROM registry.access.redhat.com/ubi9/go-toolset:9.5-1734626445 AS builder
33
WORKDIR /opt/app-root/src
44
COPY --chown=default:root . .
55
RUN go build -o /opt/app-root/build/ ./cmd/...

0 commit comments

Comments
 (0)