Skip to content

Commit

Permalink
Restore UBI to 9.2 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Oct 25, 2023
1 parent e7d5ddc commit 62fdb14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.5
# syntax=docker/dockerfile:1.6
FROM nginx:1.25.3 as nginx

FROM redhat/ubi9:9.2-755.1696514207 as rpm-build
FROM redhat/ubi9:9.2 as rpm-build
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,4 +1,4 @@
# syntax=docker/dockerfile:1.5
# syntax=docker/dockerfile:1.6
FROM redhat/ubi9-minimal:9.2 as final
ARG NGINX
ARG NJS
Expand Down

0 comments on commit 62fdb14

Please sign in to comment.