Skip to content

Commit

Permalink
Update redhat/ubi9-minimal Docker tag to v9.5 (#156)
Browse files Browse the repository at this point in the history
* Update redhat/ubi9-minimal Docker tag to v9.5-1730489338

| datasource | package             | from | to             |
| ---------- | ------------------- | ---- | -------------- |
| docker     | redhat/ubi9-minimal | 9.4  | 9.5-1730489338 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update Dockerfile

Signed-off-by: Luca Comellini <[email protected]>

* Update Dockerfile.prebuilt

Signed-off-by: Luca Comellini <[email protected]>

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Luca Comellini <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Luca Comellini <[email protected]>
  • Loading branch information
renovate[bot] and lucacome authored Nov 13, 2024
1 parent 177e4b9 commit 7ba9522
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.4 AS final
FROM redhat/ubi9-minimal:9.5 AS final
ARG NGINX
ARG NJS
ENV NGINX_VERSION ${NGINX}

Check warning on line 35 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build Docker Image

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
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.11
FROM redhat/ubi9-minimal:9.4 AS final
FROM redhat/ubi9-minimal:9.5 AS final
ARG NGINX
ARG NJS
ENV NGINX_VERSION=${NGINX}
Expand Down

0 comments on commit 7ba9522

Please sign in to comment.