Skip to content

Commit d511a6f

Browse files
committed
Other curl image
1 parent 2f0b6a6 commit d511a6f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

wordpress-vs-hugo/hugo-apache/usage_scenario.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ services:
1111
setup-commands:
1212
- cp -R /tmp/repo/wordpress-vs-hugo/hugo-apache/htdocs /usr/local/apache2/
1313
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
1516
networks:
1617
- gcb-hugo-apache-network
1718
command: sh

wordpress-vs-hugo/wordpress-minimal/usage_scenario.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ services:
3030
volumes:
3131
- ./wordpress.conf:/etc/apache2/sites-enabled/wordpress.conf:ro
3232
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
3435
networks:
3536
- wordpress-minimal-network
3637
command: sh

0 commit comments

Comments
 (0)