File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ services:
11
11
setup-commands :
12
12
- cp -R /tmp/repo/wordpress-vs-hugo/hugo-apache/htdocs /usr/local/apache2/
13
13
gcb-curl :
14
- image : curlimages/curl
14
+ # Newer version of the curl image lead to an error with Docker rootless https://github.com/curl/curl-container/issues/55
15
+ image : curlimages/curl:8.1.0
15
16
networks :
16
17
- gcb-hugo-apache-network
17
18
command : sh
Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ services:
30
30
volumes :
31
31
- ./wordpress.conf:/etc/apache2/sites-enabled/wordpress.conf:ro
32
32
gcb-curl :
33
- image : curlimages/curl
33
+ # Newer version of the curl image lead to an error with Docker rootless https://github.com/curl/curl-container/issues/55
34
+ image : curlimages/curl:8.1.0
34
35
networks :
35
36
- wordpress-minimal-network
36
37
command : sh
You can’t perform that action at this time.
0 commit comments