Skip to content

Commit

Permalink
Bump ubi9/ubi from 9.4-1181.1724035907 to 9.4-1214 (#189)
Browse files Browse the repository at this point in the history
Bumps ubi9/ubi from 9.4-1181.1724035907 to 9.4-1214.

---
updated-dependencies:
- dependency-name: ubi9/ubi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
1 parent 96b087a commit a9e12af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi:9.4-1181.1724035907@sha256:9e6a89ab2a9224712391c77fab2ab01009e387aff42854826427aaf18b98b1ff AS builder
FROM registry.access.redhat.com/ubi9/ubi:9.4-1214@sha256:9460515b85f2a75278f2043438583c1c377c44bf100178bb653a6c8658304ac7 AS builder
ARG OCT_REPO=github.com/test-network-function/oct.git
ARG TOKEN

Check warning on line 3 in Dockerfile

View workflow job for this annotation

GitHub Actions / Create new OCT container image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "TOKEN") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 3 in Dockerfile

View workflow job for this annotation

GitHub Actions / Create new OCT container image (Legacy)

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "TOKEN") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
ENV OCT_FOLDER=/usr/oct
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.local
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi:9.4-1181.1724035907 AS builder
FROM registry.access.redhat.com/ubi9/ubi:9.4-1214 AS builder
ARG OCT_LOCAL_FOLDER

ENV OCT_FOLDER=/usr/oct
Expand Down

0 comments on commit a9e12af

Please sign in to comment.