Skip to content

Commit

Permalink
Update dockerfile deps (open-telemetry#22959)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and Caleb-Hurshman committed Jul 6, 2023
1 parent 34e553c commit d3867c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/buildscripts/packaging/fpm/rpm/Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# A rockylinux8.5 image with systemd enabled. Must be run with:
# `-d --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro` flags
FROM rockylinux:8.7
FROM rockylinux:8.8

ENV container docker

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/nginx:1.24
FROM docker.io/library/nginx:1.25

COPY default.conf /etc/nginx/conf.d/default.conf
RUN \
Expand Down

0 comments on commit d3867c5

Please sign in to comment.