File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build UBI ppc64le Dependency
3
3
on :
4
4
push :
5
5
branches :
6
- - main
6
+ - cp-dockerfile-updates
7
7
paths :
8
8
- build/dependencies/Dockerfile.ubi
9
9
workflow_dispatch :
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1.8
2
- FROM nginx:1.27.4 @sha256:09369da6b10306312cd908661320086bf87fbae1b6b0c49a1f50ba531fef2eab AS nginx
2
+ FROM nginx:1.27.5 @sha256:6784fb0834aa7dbbe12e3d7471e69c290df3e6ba810dc38b34ae33d3c1c05f7d AS nginx
3
3
4
- FROM redhat/ubi9:9.5 @sha256:d07a5e080b8a9b3624d3c9cfbfada9a6baacd8e6d4065118f0e80c71ad518044 AS rpm-build
4
+ FROM redhat/ubi9:9.6 @sha256:861e833044a903f689ecfa404424494a7e387ab39cf7949c54843285d13a9774 AS rpm-build
5
5
ARG NGINX
6
6
ARG NJS
7
7
ENV NGINX_VERSION=${NGINX}
You can’t perform that action at this time.
0 commit comments