Skip to content

Commit

Permalink
Merge pull request #115 from petracihalova/base-image-upgrade
Browse files Browse the repository at this point in the history
base image upgrade
  • Loading branch information
petracihalova authored Feb 6, 2024
2 parents b1ffe6d + 1182193 commit 09a714f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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/ubi8/ubi-minimal:8.8-1072.1697626218
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1108.1706795067

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072.1697626218
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1108.1706795067

# support running as an arbitrary user which belongs to the root group
RUN microdnf module enable nginx:1.22 && \
Expand Down
2 changes: 1 addition & 1 deletion nginx/Dockerfile-prometheus
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072.1697626218
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1108.1706795067

USER root

Expand Down

0 comments on commit 09a714f

Please sign in to comment.