Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
build: Update CentOS version for the Dockerfile
Browse files Browse the repository at this point in the history
This PR updates the CentOS version that we are using for the Dockerfile
which is being used to generate and build the images.

Fixes #727

Signed-off-by: Gabriela Cervantes <[email protected]>
  • Loading branch information
GabyCT committed Jan 29, 2020
1 parent f8f6b67 commit f6472bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# It includes some useful tools for development of agent
# which can ensure everyone using similar development toolkit

FROM centos:7
FROM centos:8

ARG http_proxy
ARG https_proxy
Expand Down

0 comments on commit f6472bd

Please sign in to comment.