Skip to content

Commit 14f8185

Browse files
committed
Updated cURL version to 8.11.1
Added jq library for parsing JSON data Signed-off-by: Basilio Vera <[email protected]>
1 parent d2fccd1 commit 14f8185

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ FROM curlimages/curl:${VERSION}
44

55
USER root
66

7-
RUN apk add gettext libintl
7+
RUN apk add gettext libintl jq
88

99
USER curl_user

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Docker image based on official cURL docker image, adding envsubst command for ex
1212
It should be auto-built based in the repo tags, but you can do the same manually executing the next command:
1313

1414
```shell
15-
DOCKER_TAG=8.5.0 \
16-
IMAGE_NAME=softonic/curl-envsubst:8.5.0 \
15+
DOCKER_TAG=8.11.1 \
16+
IMAGE_NAME=softonic/curl-envsubst:${DOCKER_TAG} \
1717
DOCKER_REPO=softonic/curl-envsubst \
1818
hooks/build
1919
```

0 commit comments

Comments
 (0)