Skip to content

Commit

Permalink
Bump redhat/ubi9-minimal from 9.3 to 9.4 (#86)
Browse files Browse the repository at this point in the history
Bumps redhat/ubi9-minimal from 9.3 to 9.4.

---
updated-dependencies:
- dependency-name: redhat/ubi9-minimal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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] committed Apr 30, 2024
1 parent dc92969 commit 6af4136
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
Expand Up @@ -29,7 +29,7 @@ RUN nginxPackages=" \
&& cp /root/rpmbuild/RPMS/$(arch)/* /nginx/


FROM redhat/ubi9-minimal:9.3 as final
FROM redhat/ubi9-minimal:9.4 as final
ARG NGINX
ARG NJS
ENV NGINX_VERSION ${NGINX}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.prebuilt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.6
FROM redhat/ubi9-minimal:9.3 as final
FROM redhat/ubi9-minimal:9.4 as final
ARG NGINX
ARG NJS
ENV NGINX_VERSION ${NGINX}
Expand Down

0 comments on commit 6af4136

Please sign in to comment.