Skip to content

Commit

Permalink
v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
escapace committed Feb 17, 2022
1 parent 78a37b6 commit f00b170
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion images/centos/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM centos:latest
FROM quay.io/centos/centos:stream9

RUN yum -y --allowerasing install coreutils findutils bc gnupg git

ENV DOCKER=true
Expand Down
2 changes: 1 addition & 1 deletion manage
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ else
exit 1
fi

MANAGE_VERSION="v3.8.0"
MANAGE_VERSION="v3.8.1"

MANAGE_IS_CI () {
# Returns 0 if the current environment
Expand Down

0 comments on commit f00b170

Please sign in to comment.