Skip to content

Commit ed12002

Browse files
chore(deps): update registry.access.redhat.com/ubi9-micro docker tag to v9.7-1766049073 (#794)
* chore(deps): update registry.access.redhat.com/ubi9-micro docker tag to v9.7-1766049073 * fixup! chore(deps): update registry.access.redhat.com/ubi9-micro docker tag to v9.7-1766049073 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andrew Azores <me@andrewazor.es>
1 parent 36d2803 commit ed12002

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linked-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
verify-linked-issue:
1313
runs-on: ubuntu-latest
14-
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
14+
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]' && github.actor != 'renovate[bot]'
1515
name: Verify Pull Request references Issue
1616
steps:
1717
- uses: Codeinwp/verify-linked-issue-action@6da9af91d78847c7ea264083a64eab3271b4369f

src/main/container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9-micro:9.7
1+
FROM registry.access.redhat.com/ubi9-micro:9.7-1766049073
22
ARG OUTDIR=/cryostat/agent
33
COPY target/cryostat-agent-*-shaded.jar ${OUTDIR}/
44
RUN ln -s ${OUTDIR}/cryostat-agent-*-shaded.jar ${OUTDIR}/cryostat-agent-shaded.jar

0 commit comments

Comments
 (0)