Skip to content

Commit f72e1f4

Browse files
dependabot[bot]pdabelf5AlexFenlon
authored
chore(deps): bump the docker-images group in /build with 3 updates (#7978)
* chore(deps): bump the docker-images group in /build with 3 updates Bumps the docker-images group in /build with 3 updates: nginx/alpine-fips, nginx and alpine. Updates `nginx/alpine-fips` from 0.2.4-alpine3.21 to 0.3.0-alpine3.21 Updates `nginx` from 1.27.5 to 1.29.0 Updates `alpine` from 3.19 to 3.22 --- updated-dependencies: - dependency-name: nginx/alpine-fips dependency-version: 0.3.0-alpine3.21 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-images - dependency-name: nginx dependency-version: 1.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-images - dependency-name: alpine dependency-version: '3.22' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-images ... Signed-off-by: dependabot[bot] <[email protected]> * revert nginx & alpine changes --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paul Abel <[email protected]> Co-authored-by: AlexFenlon <[email protected]>
1 parent bd7733d commit f72e1f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ ARG PACKAGE_REPO=pkgs.nginx.com
1111
############################################# Base images containing libs for FIPS #############################################
1212
FROM ghcr.io/nginx/dependencies/nginx-ubi:ubi8@sha256:bd9f3b78bc8932fcb3ffdaa4f4901c512439be6e5bec7762715092fea348cb17 AS ubi8-packages
1313
FROM ghcr.io/nginx/dependencies/nginx-ubi:ubi9@sha256:daea8e91cc5f00b21f086f017cfe6f9d04784d4f3c1af39743c8af3861919e6b AS ubi9-packages
14-
FROM ghcr.io/nginx/alpine-fips:0.2.4-alpine3.19@sha256:2a7f8451110b588b733e4cb8727a48153057b1debac5c78ef8a539ff63712fa1 AS alpine-fips-3.19
15-
FROM ghcr.io/nginx/alpine-fips:0.2.4-alpine3.21@sha256:5221dec2e33436f2586c743c7aa3ef4626c0ec54184dc3364d101036d4f4a060 AS alpine-fips-3.21
14+
FROM ghcr.io/nginx/alpine-fips:0.3.0-alpine3.19@sha256:449f1a149e81e36bb929ebd362433a06a158ff2a7e3ba05b4b8d9ea96d59ae91 AS alpine-fips-3.19
15+
FROM ghcr.io/nginx/alpine-fips:0.3.0-alpine3.21@sha256:5e5033f34ae7147ce8df928fa58c485bc08ded8ace22428b4c16df30e3b39901 AS alpine-fips-3.21
1616
FROM redhat/ubi9-minimal:9.6@sha256:383329bf9c4f968e87e85d30ba3a5cb988a3bbde28b8e4932dcd3a025fd9c98c AS ubi-minimal
1717
FROM golang:1.24-alpine@sha256:68932fa6d4d4059845c8f40ad7e654e626f3ebd3706eef7846f319293ab5cb7a AS golang-builder
1818

0 commit comments

Comments
 (0)