Skip to content

Commit aa41c95

Browse files
authored
Merge pull request #270 from redhat-appstudio/konflux/mintmaker/main/registry.access.redhat.com-ubi9-go-toolset-1.x
chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.21.11-7.1724661022
2 parents 3302035 + 55fecbf commit aa41c95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit_tests.yaml

+1-1
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:1.21.11-7
13+
image: registry.access.redhat.com/ubi9/go-toolset:1.21.11-7.1724661022
1414
steps:
1515
- name: Checkout code
1616
uses: actions/checkout@v4

Dockerfile

+1-1
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:1.21.11-7 AS builder
2+
FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-7.1724661022 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)