Skip to content

Commit d5fa0ed

Browse files
committed
build 1.27.5 ppc64le ubi image
1 parent 3c496fd commit d5fa0ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-ubi-dependency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build UBI ppc64le Dependency
33
on:
44
push:
55
branches:
6-
- main
6+
- cp-dockerfile-updates
77
paths:
88
- build/dependencies/Dockerfile.ubi
99
workflow_dispatch:

build/dependencies/Dockerfile.ubi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 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
33

4-
FROM redhat/ubi9:9.5@sha256:d07a5e080b8a9b3624d3c9cfbfada9a6baacd8e6d4065118f0e80c71ad518044 AS rpm-build
4+
FROM redhat/ubi9:9.6@sha256:861e833044a903f689ecfa404424494a7e387ab39cf7949c54843285d13a9774 AS rpm-build
55
ARG NGINX
66
ARG NJS
77
ENV NGINX_VERSION=${NGINX}

0 commit comments

Comments
 (0)