Skip to content

Commit

Permalink
Bump docker RHEL release to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
d-torrance committed Oct 28, 2024
1 parent 773b06d commit d5a3a1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion M2/BUILD/docker/rhel/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DISTRIBUTION=rockylinux
ARG RELEASE=8
ARG RELEASE=9

FROM $DISTRIBUTION:$RELEASE
ARG RELEASE
Expand Down
2 changes: 1 addition & 1 deletion M2/BUILD/docker/rhel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include ../Makefile

## Parameters
DISTRIBUTION = rockylinux
RELEASE = 8
RELEASE = 9
BUILD = autotools
BUILD_ARGS = --build-arg DISTRIBUTION=$(DISTRIBUTION) \
--build-arg RELEASE=$(RELEASE)
Expand Down

0 comments on commit d5a3a1a

Please sign in to comment.