We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 118e7fc commit 6bcb620Copy full SHA for 6bcb620
.circleci/config.yml
@@ -4,7 +4,7 @@ _defaults: &defaults
4
docker:
5
# CircleCI maintains a library of pre-built images
6
# documented at https://circleci.com/docs/2.0/circleci-images/
7
- - image: cibuilds/hugo:0.80
+ - image: cibuilds/hugo:0.97
8
working_directory: ~/repo
9
jobs:
10
build_page:
@@ -25,4 +25,4 @@ workflows:
25
version: 2
26
default:
27
28
- - build_page
+ - build_page
0 commit comments