Skip to content

Commit

Permalink
chore: update base images in Dockerfiles for RHEL and Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
TheophileDiot committed Feb 11, 2025
1 parent 41db361 commit c2c8385
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/linux/Dockerfile-rhel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM redhat/ubi8-init:8.10@sha256:ed9318ba91e46547573479d2dda889f79cf670f19b20f30d8106ef06e0610364
FROM redhat/ubi8-init:8.10@sha256:7f434e70c543462155c8561dd8588e0fe5028547d0e748b3f1a21ed328f6f8bd

ENV NGINX_VERSION=1.26.3

Expand Down
2 changes: 1 addition & 1 deletion tests/linux/Dockerfile-ubuntu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:noble@sha256:80dd3c3b9c6cecb9f1667e9290b3bc61b78c2678c02cbdae5f0fea92cc6734ab
FROM ubuntu:noble@sha256:72297848456d5d37d1262630108ab308d3e9ec7ed1c3286a32fe09856619a782

ENV container=docker
ENV LC_ALL=C
Expand Down
2 changes: 1 addition & 1 deletion tests/linux/Dockerfile-ubuntu-jammy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:jammy@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97
FROM ubuntu:jammy@sha256:ed1544e454989078f5dec1bfdabd8c5cc9c48e0705d07b678ab6ae3fb61952d2

ENV container=docker
ENV LC_ALL=C
Expand Down

0 comments on commit c2c8385

Please sign in to comment.